From c3a33fb6911a5618eb1dc2e7448652ab844a191a Mon Sep 17 00:00:00 2001 From: Maxim Nestratov Date: Wed, 4 Jul 2018 22:07:20 +0300 Subject: [PATCH] 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 --- functions | 1 - 1 file changed, 1 deletion(-) diff --git a/functions b/functions index f63595d433..051c8160f7 100644 --- a/functions +++ b/functions @@ -282,7 +282,6 @@ function upload_image { image create \ "$image_name" --public \ --container-format=bare --disk-format=ploop \ - --property hypervisor_type=vz \ --property vm_mode=$vm_mode < "${image}" return fi