Fix Multi-regions nova support boot from volume

Change-Id: I6c725efd9d08a079ced2abca5be188b6ceac55c2
Closes-bug: #1682000
This commit is contained in:
zhubingbing 2017-04-12 12:29:26 +08:00
parent f1759c3a1c
commit 11d26e6c2c
No known key found for this signature in database
GPG Key ID: 8F0A7E27B420C67F

View File

@ -126,6 +126,7 @@ num_retries = {{ groups['glance-api'] | length }}
{% if enable_cinder | bool %}
[cinder]
catalog_info = volumev2:cinderv2:internalURL
os_region_name = {{ openstack_region_name }}
{% endif %}
[neutron]