From 0bb72638db641a150ed0000ae2d3d614a674e802 Mon Sep 17 00:00:00 2001 From: junbo Date: Tue, 2 May 2017 22:36:26 +0800 Subject: [PATCH] Fix saraha-engine authencation issue Change-Id: Ieb6ad24bf76efaafa0f8e7391ad671ce094a8ece Closes-Bug: #1687635 --- ansible/roles/sahara/templates/sahara.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/sahara/templates/sahara.conf.j2 b/ansible/roles/sahara/templates/sahara.conf.j2 index e370133e37..b7fed08ad2 100644 --- a/ansible/roles/sahara/templates/sahara.conf.j2 +++ b/ansible/roles/sahara/templates/sahara.conf.j2 @@ -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 }}