Merge "Fix saraha-engine authencation issue"
This commit is contained in:
commit
e299f1e063
@ -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