Skip to content

Commit 5c6b3c3

Browse files
committed
Add override variable for LIBVIRT_TYPE
Allow jobs to set LIBVIRT_TYPE, but retain the current default. This is for testing nested virt. Change-Id: Ife215db3f59f011574a50b0d1cbd5565a7408dfe
1 parent deb3ff5 commit 5c6b3c3

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)