Fixing authentication url for kubernetes

Fixing authentication url for kubernetes

Change-Id: Idb0151f8ae8f785a34f3ea1feee2d33a6afa0987
This commit is contained in:
Serguei Bezverkhi 2017-02-08 21:06:21 -05:00
parent d124e4a93c
commit 40ce12bd04

View File

@ -218,7 +218,11 @@ max_attempts = 10
[placement]
auth_type = password
{% if orchestration_engine == 'KUBERNETES' %}
auth_url = {{ keystone_admin_url }}
{% else %}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
{% endif %}
username = {{ placement_keystone_user }}
password = {{ placement_keystone_password }}
user_domain_name = default