Merge "Use internalURL endpoint_type for all clients used by Magnum"

This commit is contained in:
Zuul 2020-06-26 16:48:43 +00:00 committed by Gerrit Code Review
commit 74b4afdccc
2 changed files with 16 additions and 0 deletions

View File

@ -23,12 +23,21 @@ max_retries = -1
default_docker_volume_type = {{ default_docker_volume_type }}
{% endif %}
[magnum_client]
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
[heat_client]
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
[octavia_client]
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
[cinder_client]
region_name = {{ openstack_region_name }}
endpoint_type = internalURL
[barbican_client]
region_name = {{ openstack_region_name }}

View File

@ -0,0 +1,7 @@
---
fixes:
- |
In line with clients for other services used by Magnum, it now uses
endpoint_type = internalURL also for Magnum itself, Cinder and Octavia
clients. In the same tune, these services also use the globally defined
`openstack_region_name`.