Set cinder service region.

Define the local service region for cinder in nova.conf. This is
needed when cinder endpoints exist in multiple regions.

Change-Id: I6f9a2478b4b4d409f2aaeed105fbdb571c2fafe6
This commit is contained in:
Tim Laszlo 2016-07-23 08:40:10 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 64e6772c08
commit fed503cd49

View File

@ -140,6 +140,7 @@ memcache_servers = {{ memcached_servers }}
[cinder]
catalog_info = volumev2:cinderv2:internalURL
cross_az_attach = {{ nova_cross_az_attach }}
os_region_name = {{ nova_service_region }}
{% if nova_console_type == 'spice' %}