Browse code

Fix Virtuozzo CI

Don't specify hypervisor_type=vz property for hds images as nova
now reports only really connected hypervisors and not all supported
by a compute host

Change-Id: Ibec0856519ffe593d44d123f3b401eae19f7d95a

Maxim Nestratov authored on 2018/07/05 04:07:20
Showing 1 changed files
... ...
@@ -282,7 +282,6 @@ function upload_image {
282 282
             image create \
283 283
             "$image_name" --public \
284 284
             --container-format=bare --disk-format=ploop \
285
-            --property hypervisor_type=vz \
286 285
             --property vm_mode=$vm_mode < "${image}"
287 286
         return
288 287
     fi