Merge "Use internalURL endpoint_type for all clients used by Magnum"
This commit is contained in:
commit
74b4afdccc
@ -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 }}
|
||||
|
@ -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`.
|
Loading…
x
Reference in New Issue
Block a user