Skip to content
Snippets Groups Projects
Commit 7ae618e5 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "kolla-ansible fix to correct magnum k8s deployment"

parents 6397c2ab c20c69ee
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ password = {{ heat_keystone_password }} ...@@ -73,7 +73,7 @@ password = {{ heat_keystone_password }}
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v3 auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}/v3
[clients_keystone] [clients_keystone]
auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} auth_uri = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ keystone_public_port }}
[oslo_messaging_notifications] [oslo_messaging_notifications]
transport_url = {{ notify_transport_url }} transport_url = {{ notify_transport_url }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment