Keystone admin_token is set to admin_password instead of admin_token

Bug #1404235 reported by Jesse Pretorius
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
High
Jesse Pretorius
Juno
Fix Released
High
Darren Birkett
Trunk
Fix Released
High
Jesse Pretorius

Bug Description

keystone_container in /etc/keystone/keystone.conf contains:
admin_token = secrete

when /etc/rpc_deploy/user_variables.yml contains:
keystone_auth_admin_password: secrete
keystone_auth_admin_token: 73306fde966e101cc79d0d0f29a7de452b1047b0dce964b5e8aacefd681798e934

this is due to the fact that inventory/group_vars/all.yml contains:

auth_admin_password: "{{ keystone_auth_admin_password }}"
auth_admin_token: "{{ keystone_auth_admin_password }}"

summary: - Keystone admin_token is set to keystone_auth_admin_password instead of
- keystone_auth_admin_token
+ Keystone admin_token is set to admin_password instead of admin_token
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (master)

Fix proposed to branch: master
Review: https://review.openstack.org/143081

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/143081
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=bed6bd74218b5c99fa28cd23f21319516730eeaa
Submitter: Jenkins
Branch: master

commit bed6bd74218b5c99fa28cd23f21319516730eeaa
Author: Jesse Pretorius <email address hidden>
Date: Fri Dec 19 13:22:10 2014 +0000

    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

Changed in openstack-ansible:
status: In Progress → Fix Committed
Changed in openstack-ansible:
milestone: none → 10.1.0
Changed in openstack-ansible:
milestone: 10.1.0 → next
milestone: next → 10.1.2
Changed in openstack-ansible:
milestone: 10.1.2 → none
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-ansible-deployment (juno)

Fix proposed to branch: juno
Review: https://review.openstack.org/147137

tags: removed: juno-backport-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (juno)

Reviewed: https://review.openstack.org/147137
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=ec1c1805d515c4700d81da145b6492386a0f4e07
Submitter: Jenkins
Branch: juno

commit ec1c1805d515c4700d81da145b6492386a0f4e07
Author: Jesse Pretorius <email address hidden>
Date: Fri Dec 19 13:22:10 2014 +0000

    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
    (cherry picked from commit bed6bd74218b5c99fa28cd23f21319516730eeaa)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.