Browse code

Disable nested virt in base devstack job

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

Change-Id: Ie71663c3144908ddd134fa5a5b1b2d265a60edcf

Monty Taylor authored on 2017/10/22 01:04:49
Showing 1 changed files
... ...
@@ -61,6 +61,8 @@
61 61
         NETWORK_GATEWAY: 10.1.0.1
62 62
         NOVNC_FROM_PACKAGE: True
63 63
         ERROR_ON_CLONE: True
64
+        # Gate jobs can't deal with nested virt. Disable it.
65
+        LIBVIRT_TYPE: qemu
64 66
         # NOTE(dims): etcd 3.x is not available in debian/ubuntu
65 67
         # etc. As a stop gap measure, devstack uses wget to download
66 68
         # from the location below for all the CI jobs.