Comment 3 for bug 984034

Revision history for this message
gabriel staicu (gabriel-staicu) wrote :

Hi,

Please can you verify once more. I tried with admin_password set to 012345SECRET99TOKEN012345 but it does not work. From what I understood in documentaion there are 2 ways to make the authorization:
a) service authentication
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER% -> keystone
admin_password = %SERVICE_PASSWORD% -> keystonepass
and in this case the values should be those specified with "keystone user-create --name keystone --pass keystonepass --enabled true"
b) token authentication
In this case admin_user and admin_password are replaced by auth_token and this one has the value of the token.