Merge "Enable custom keystone endpoint_type in templates"

This commit is contained in:
Jenkins 2017-05-15 22:46:07 +00:00 committed by Gerrit Code Review
commit fe5871cba4
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
---
upgrade:
- The magnum client interaction will now make use of the public endpoints by
default. Previously this was set to use internal endpoints.
- The keystone endpoints for instances spawned by magnum will now be provided
with the public endpoints by default. Previously this was set to use
internal endpoints.
security:
- The magnum client interaction will now make use of the public endpoints by
default. Previously this was set to use internal endpoints.
- The keystone endpoints for instances spawned by magnum will now be provided
with the public endpoints by default. Previously this was set to use
internal endpoints.

View File

@ -45,7 +45,7 @@ admin_tenant_name = {{ magnum_service_project_name }}
admin_password = {{ magnum_service_password }}
[magnum_client]
endpoint_type = internalURL
endpoint_type = publicURL
[neutron_client]
endpoint_type = internalURL
@ -71,6 +71,7 @@ trustee_domain_admin_password = {{ magnum_trustee_password }}
trustee_domain_admin_name = {{ magnum_trustee_domain_admin_name }}
trustee_domain_name = {{ magnum_trustee_domain_name }}
cluster_user_trust = {{ magnum_cluster_user_trust }}
trustee_keystone_interface= public
[certificates]
cert_manager_type = {{ magnum_cert_manager_type }}