Fix saraha-engine authencation issue
Change-Id: Ieb6ad24bf76efaafa0f8e7391ad671ce094a8ece Closes-Bug: #1687635
This commit is contained in:
parent
5bf62c937c
commit
0bb72638db
@ -23,6 +23,9 @@ username = {{ sahara_keystone_user }}
|
|||||||
password = {{ sahara_keystone_password }}
|
password = {{ sahara_keystone_password }}
|
||||||
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
|
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
|
||||||
auth_type = password
|
auth_type = password
|
||||||
|
admin_user = {{ sahara_keystone_user }}
|
||||||
|
admin_password = {{ sahara_keystone_password }}
|
||||||
|
admin_tenant_name = service
|
||||||
|
|
||||||
memcache_security_strategy = ENCRYPT
|
memcache_security_strategy = ENCRYPT
|
||||||
memcache_secret_key = {{ memcache_secret_key }}
|
memcache_secret_key = {{ memcache_secret_key }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user