From 0e2283b77a18ed83abd4f656377c35ca7d347a58 Mon Sep 17 00:00:00 2001 From: "hagun.kim" Date: Thu, 21 Mar 2019 15:16:39 +0900 Subject: [PATCH] Modify cirros image property In case of not using qemu, the cirros image can not be deployed because of filtering hypervisor_type. Change-Id: Ia3e6c9eb5011875aaa9b5334fb34c2c7b8ea9565 Signed-off-by: hagun.kim --- glance/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glance/values.yaml b/glance/values.yaml index 0b84216631..625524eb3b 100644 --- a/glance/values.yaml +++ b/glance/values.yaml @@ -76,7 +76,9 @@ bootstrap: container_format: bare private: true properties: - hypervisor_type: "qemu" + # NOTE: If you want to restrict hypervisor type for this image, + # uncomment this and write specific hypervisor type. + # hypervisor_type: "qemu" os_distro: "cirros" ceph_client: