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

Merge "Fixing authentication url for kubernetes"

parents e2f6c30e 40ce12bd
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,11 @@ max_attempts = 10 ...@@ -218,7 +218,11 @@ max_attempts = 10
[placement] [placement]
auth_type = password auth_type = password
{% if orchestration_engine == 'KUBERNETES' %}
auth_url = {{ keystone_admin_url }}
{% else %}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }} auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
{% endif %}
username = {{ placement_keystone_user }} username = {{ placement_keystone_user }}
password = {{ placement_keystone_password }} password = {{ placement_keystone_password }}
user_domain_name = default user_domain_name = default
......
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