Comment 1 for bug 1894162

Revision history for this message
Fauzi (fg-uchicago) wrote :

I'm not sure if it is a bug or not, most likely it isn't. I was expecting the file (/etc/keystone/puppet.conf) to be automatically populated with the right values as I'm passing then already during the configuration.

After going through the lib files, found out that the puppet.conf file format should be as follow:

[keystone_authtoken]
username = admin
password = something
auth_url = http://controller:5000/v3/
project_name = admin
region_name = RegionOne

Was able to get things working after that.