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
This commit is contained in:
Jesse Pretorius 2014-12-19 13:22:10 +00:00
parent 2d7d86b52a
commit bed6bd7421
1 changed files with 1 additions and 1 deletions

View File

@ -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"