From bed6bd74218b5c99fa28cd23f21319516730eeaa Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 19 Dec 2014 13:22:10 +0000 Subject: [PATCH] Set the admin_token in keystone.conf to the correct value This patch ensures that admin_token in keystone.conf is correctly set to the user variable keystone_auth_admin_token. Change-Id: Idd88575c1cffb07e31807b1123e888725f47a72c Closes-Bug: #1404235 --- rpc_deployment/inventory/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_deployment/inventory/group_vars/all.yml b/rpc_deployment/inventory/group_vars/all.yml index ec1276cce5..d5a21cb1f4 100644 --- a/rpc_deployment/inventory/group_vars/all.yml +++ b/rpc_deployment/inventory/group_vars/all.yml @@ -136,7 +136,7 @@ rabbit_password: "{{ rabbitmq_password }}" ## Auth auth_admin_username: admin auth_admin_password: "{{ keystone_auth_admin_password }}" -auth_admin_token: "{{ keystone_auth_admin_password }}" +auth_admin_token: "{{ keystone_auth_admin_token }}" auth_admin_tenant: admin auth_identity_uri: "http://{{ internal_vip_address }}:5000/v2.0" auth_identity_uri_v3: "http://{{ internal_vip_address }}:5000/v3"