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

This commit is contained in:
Zuul 2019-07-18 20:47:18 +00:00 committed by Gerrit Code Review
commit afbf4b7920
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ 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})