Browse code

Merge "Fix Virtuozzo CI"

Zuul authored on 2018/11/03 00:29:36
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