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:
parent
afbfbe4b82
commit
c3a33fb691
@ -282,7 +282,6 @@ function upload_image {
|
|||||||
image create \
|
image create \
|
||||||
"$image_name" --public \
|
"$image_name" --public \
|
||||||
--container-format=bare --disk-format=ploop \
|
--container-format=bare --disk-format=ploop \
|
||||||
--property hypervisor_type=vz \
|
|
||||||
--property vm_mode=$vm_mode < "${image}"
|
--property vm_mode=$vm_mode < "${image}"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user