Fix parameter

This commit is contained in:
Filip Pytloun 2016-02-09 15:49:25 +01:00
parent ad6559bf15
commit 583603a150
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_url = http://{{ proxy.identity.host }}:35357/
auth_uri = http://{{ proxy.identity.host }}:5000/
tenant_name = {{ proxy.identity.tenant }}
username = {{ proxy.identity.username }}
username = {{ proxy.identity.user }}
password = {{ proxy.identity.password }}
delay_auth_decision = true
auth_plugin = password