Merge "ploop: specify hypervisor_type=vz property for ploop images"
This commit is contained in:
commit
06ba4fb98b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user