Fixing authentication url for kubernetes
Fixing authentication url for kubernetes Change-Id: Idb0151f8ae8f785a34f3ea1feee2d33a6afa0987
This commit is contained in:
parent
d124e4a93c
commit
40ce12bd04
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user