Disable nested virt in base devstack job

We were doing this in devstack-gate. The gate can't handle nested virt.

Change-Id: Ie71663c3144908ddd134fa5a5b1b2d265a60edcf
This commit is contained in:
Monty Taylor 2017-10-21 18:04:49 +02:00
parent 57ddd7c161
commit c9e109f135
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -61,6 +61,8 @@
NETWORK_GATEWAY: 10.1.0.1
NOVNC_FROM_PACKAGE: True
ERROR_ON_CLONE: True
# Gate jobs can't deal with nested virt. Disable it.
LIBVIRT_TYPE: qemu
# NOTE(dims): etcd 3.x is not available in debian/ubuntu
# etc. As a stop gap measure, devstack uses wget to download
# from the location below for all the CI jobs.