Fix the failure to create instance snapshot
When making snapshot for instance with ceph enabled, nova will use upate image api to create the snapshot directly. with the patchset I7284dee828bc8ca00747bc7668b37fa7176afc85 in Glance, the show_multiple_locations must be True. Change-Id: Ic9612566e2ab8f641030fef97b519f11d942a915 Closes-Bug: #1604464
This commit is contained in:
parent
72d13a3e2a
commit
101856b863
@ -12,6 +12,7 @@ registry_host = {{ kolla_internal_fqdn }}
|
||||
|
||||
{% if enable_ceph | bool %}
|
||||
show_image_direct_url= True
|
||||
show_multiple_locations = True
|
||||
{% endif %}
|
||||
|
||||
cinder_catalog_info = volume:cinder:internalURL
|
||||
|
Loading…
x
Reference in New Issue
Block a user