From 916e716018dcefabb7f14e58db1ad38bc7d17f97 Mon Sep 17 00:00:00 2001 From: zhipeng liu Date: Tue, 23 Jul 2019 13:13:01 +0000 Subject: [PATCH] Revert "Use true for force_raw_images when using ceph image backend" This reverts commit 82906cd3c946f9689afe03b52ada16707f5b9a92. This patch blocked sanity test Create instance from Image or from Volume fails Closes-Bug: #1837241 Change-Id: Ic1063f3520a20e962a80300942af09f2aa9c7292 Signed-off-by: zhipengl --- sysinv/sysinv/sysinv/sysinv/helm/nova.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sysinv/sysinv/sysinv/sysinv/helm/nova.py b/sysinv/sysinv/sysinv/sysinv/helm/nova.py index 7f2b675434..201b379cd3 100644 --- a/sysinv/sysinv/sysinv/sysinv/helm/nova.py +++ b/sysinv/sysinv/sysinv/sysinv/helm/nova.py @@ -357,7 +357,6 @@ class NovaHelm(openstack.OpenstackBaseHelm): constants.CEPH_CONF_PATH + os.path.basename(ceph_ext_obj.ceph_conf) if remote_storage: - default_config.update({'force_raw_images': True}) libvirt_config.update({'images_type': 'rbd', 'images_rbd_pool': rbd_pool, 'images_rbd_ceph_conf': rbd_ceph_conf})