Merge "ploop: specify hypervisor_type=vz property for ploop images"
diff --git a/functions b/functions
index 0abbf68..4f5e10a 100644
--- a/functions
+++ b/functions
@@ -251,6 +251,7 @@
             image create \
             "$image_name" --public \
             --container-format=bare --disk-format=ploop \
+            --property hypervisor_type=vz \
             --property vm_mode=$vm_mode < "${image}"
         return
     fi