Merge "ploop: specify hypervisor_type=vz property for ploop images"

This commit is contained in:
Jenkins 2016-07-11 23:38:55 +00:00 committed by Gerrit Code Review
commit 06ba4fb98b

View File

@ -251,6 +251,7 @@ 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