Revert "Use true for force_raw_images when using ceph image backend"

This reverts commit 82906cd3c9.
This patch blocked sanity test
Create instance from Image or from Volume fails

Closes-Bug: #1837241

Change-Id: Ic1063f3520a20e962a80300942af09f2aa9c7292
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
This commit is contained in:
zhipeng liu 2019-07-23 13:13:01 +00:00
parent 7032eec373
commit 916e716018
1 changed files with 0 additions and 1 deletions

View File

@ -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})