Skip to content

Commit 0610413

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add override variable for LIBVIRT_TYPE"
2 parents 63ab664 + 5c6b3c3 commit 0610413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.zuul.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
VERBOSE_NO_TIMESTAMP: true
220220
NOVNC_FROM_PACKAGE: true
221221
ERROR_ON_CLONE: true
222-
# Gate jobs can't deal with nested virt. Disable it.
223-
LIBVIRT_TYPE: qemu
222+
# Gate jobs can't deal with nested virt. Disable it by default.
223+
LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
224224
devstack_services:
225225
# Ignore any default set by devstack. Emit a "disable_all_services".
226226
base: false

0 commit comments

Comments
 (0)