+++ This bug was initially created as a clone of Bug #1205912 +++ Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: --- Additional comment from Rich Megginson on 2015-03-25 21:54:25 EDT --- Need to be able to specify alternate admin name and email puppet keystone already supports this
This are the answer file directives to configure admin username and email: CONFIG_KEYSTONE_ADMIN_EMAIL CONFIG_KEYSTONE_ADMIN_USERNAME
This bug is resolved by the current packages available from the Red Hat Enterprise Linux OpenStack Platform 7 repository.
According to our records, this should be resolved by openstack-packstack-2015.1-0.16.dev1589.g1d6372f.el7ost. This build is available now.
Verified on version: rhel 7.2 openstack-packstack-puppet-2015.1-0.16.dev1589.g1d6372f.el7ost.noarch openstack-packstack-2015.1-0.16.dev1589.g1d6372f.el7ost.noarch Updated answer file with: # Email address for the Identity service 'admin' user. Defaults to: CONFIG_KEYSTONE_ADMIN_EMAIL=nimda@localhost # User name for the Identity service 'admin' user. Defaults to: # 'admin'. CONFIG_KEYSTONE_ADMIN_USERNAME=nimda Completed deployment, was able to log in to Horizon/cli with user "nimda", email for user was updated as requested: nimda@localhost | id | name | enabled | email | +----------------------------------+------------+---------+----------------------+.... | c6e7288a472240368e2052d64b0f7156 | nimda | True | nimda@localhost | [root@dhcp163-111 ~(keystone_admin)]# openstack user show nimda +------------+----------------------------------+ | Field | Value | +------------+----------------------------------+ | email | nimda@localhost | | enabled | True | | id | c6e7288a472240368e2052d64b0f7156 | | name | nimda | | project_id | 3ec602de8ff147acb84d4e47d0334d36 | | username | nimda | +------------+----------------------------------+