[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
(cherry picked from commit 51033d9b31)
This commit is contained in:
Joseph M 2019-08-26 17:37:48 -04:00 committed by Mark Goddard
parent a73692b9b2
commit ec2d992819
1 changed files with 12 additions and 0 deletions

View File

@ -74,3 +74,15 @@ rpc_thread_pool_size = 2
[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
[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