Merge "Use public interface for Magnum client and trustee Keystone interface"
This commit is contained in:
commit
ab3d343794
@ -25,7 +25,7 @@ default_docker_volume_type = {{ default_docker_volume_type }}
|
|||||||
|
|
||||||
[magnum_client]
|
[magnum_client]
|
||||||
region_name = {{ openstack_region_name }}
|
region_name = {{ openstack_region_name }}
|
||||||
endpoint_type = internalURL
|
endpoint_type = publicURL
|
||||||
|
|
||||||
[heat_client]
|
[heat_client]
|
||||||
region_name = {{ openstack_region_name }}
|
region_name = {{ openstack_region_name }}
|
||||||
@ -85,6 +85,7 @@ trustee_domain_admin_password = {{ magnum_keystone_password }}
|
|||||||
trustee_domain_admin_name = {{ magnum_trustee_domain_admin }}
|
trustee_domain_admin_name = {{ magnum_trustee_domain_admin }}
|
||||||
trustee_domain_name = {{ magnum_trustee_domain }}
|
trustee_domain_name = {{ magnum_trustee_domain }}
|
||||||
trustee_keystone_region_name = {{ openstack_region_name }}
|
trustee_keystone_region_name = {{ openstack_region_name }}
|
||||||
|
trustee_keystone_interface = public
|
||||||
cluster_user_trust = {{ enable_cluster_user_trust }}
|
cluster_user_trust = {{ enable_cluster_user_trust }}
|
||||||
|
|
||||||
[oslo_concurrency]
|
[oslo_concurrency]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
In line with clients for other services used by Magnum, it now uses
|
In line with clients for other services used by Magnum, Cinder and Octavia
|
||||||
endpoint_type = internalURL also for Magnum itself, Cinder and Octavia
|
also use endpoint_type = internalURL. In the same tune, these services also
|
||||||
clients. In the same tune, these services also use the globally defined
|
use the globally defined `openstack_region_name`.
|
||||||
`openstack_region_name`.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user