Fix saraha-engine authencation issue

Change-Id: Ieb6ad24bf76efaafa0f8e7391ad671ce094a8ece
Closes-Bug: #1687635
This commit is contained in:
junbo 2017-05-02 22:36:26 +08:00
parent 5bf62c937c
commit 0bb72638db

View File

@ -23,6 +23,9 @@ username = {{ sahara_keystone_user }}
password = {{ sahara_keystone_password }}
auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
auth_type = password
admin_user = {{ sahara_keystone_user }}
admin_password = {{ sahara_keystone_password }}
admin_tenant_name = service
memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcache_secret_key }}