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
This commit is contained in:
Maxim Nestratov 2018-07-04 22:07:20 +03:00
parent afbfbe4b82
commit c3a33fb691

View File

@ -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