We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb3ff5 commit 5c6b3c3Copy full SHA for 5c6b3c3
.zuul.yaml
@@ -219,8 +219,8 @@
219
VERBOSE_NO_TIMESTAMP: true
220
NOVNC_FROM_PACKAGE: true
221
ERROR_ON_CLONE: true
222
- # Gate jobs can't deal with nested virt. Disable it.
223
- LIBVIRT_TYPE: qemu
+ # Gate jobs can't deal with nested virt. Disable it by default.
+ LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
224
devstack_services:
225
# Ignore any default set by devstack. Emit a "disable_all_services".
226
base: false
0 commit comments