[octavia] Add region-specific catalog lookups
octavia.conf is missing configuration values required to do service catalog lookups in multiple region environments. Without them Octavia can try to contact a service in a different region than its own. Specify region_name and endpoint_type for the glance, neutron, and nova services to prevent this from happening. Change-Id: I753cf443c1506bbd7b69fc47e2e0a9b39857509c Closes-Bug: #1841479
This commit is contained in:
parent
84044f1eac
commit
51033d9b31
@ -79,3 +79,15 @@ transport_url = {{ notify_transport_url }}
|
||||
[oslo_policy]
|
||||
policy_file = {{ octavia_policy_file }}
|
||||
{% endif %}
|
||||
|
||||
[glance]
|
||||
region_name = {{ openstack_region_name }}
|
||||
endpoint_type = internal
|
||||
|
||||
[neutron]
|
||||
region_name = {{ openstack_region_name }}
|
||||
endpoint_type = internal
|
||||
|
||||
[nova]
|
||||
region_name = {{ openstack_region_name }}
|
||||
endpoint_type = internal
|
||||
|
Loading…
x
Reference in New Issue
Block a user