Merge "Fix saraha-engine authencation issue"

This commit is contained in:
Jenkins 2017-05-04 06:38:34 +00:00 committed by Gerrit Code Review
commit e299f1e063

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 }}