Skip to content
Snippets Groups Projects
Commit dd86b0f3 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Keystones openstack_auth was undefined"

parents f07dfb12 51504c35
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,5 @@ keystone_internal_url: "{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ k
keystone_public_url: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ keystone_public_port }}/v3"
keystone_logging_debug: "{{ openstack_logging_debug }}"
openstack_keystone_auth: "{'auth_url':'{{ openstack_auth.auth_url }}','username':'{{ openstack_auth.username }}','password':'{{ openstack_auth.password }}','project_name':'{{ openstack_auth.project_name }}','domain_name':'default'}"
\ No newline at end of file
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