From d565d62efe9a4476367be58551f6412e8e85688a Mon Sep 17 00:00:00 2001 From: Maxim Nestratov Date: Mon, 11 Jul 2016 22:33:39 +0300 Subject: [PATCH] ploop: specify hypervisor_type=vz property for ploop images This is necessary to make it possible to filter out compute nodes, which don't support such type of images. Change-Id: I347953876e2057e6f3dca71c2f5e8b638b85aaf8 --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index 46a7d414a1..50b72ebf2f 100644 --- a/functions +++ b/functions @@ -251,6 +251,7 @@ 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