fix for keystone auth password

Change-Id: I126cd7bf0cb5d59186715c0c52bd6d382bc971ed
This commit is contained in:
Jakub Pavlik 2016-11-14 12:40:48 +01:00
parent 7a9cf4d594
commit 5891bd868a
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ connection = {{ server.database.engine }}://{{ server.database.user }}:{{ server
[keystone_authtoken]
auth_type = password
#auth_type = password
auth_uri=http://{{ server.identity.host }}:5000/v2.0
identity_uri=http://{{ server.identity.host }}:35357
admin_user={{ server.identity.user }}