Fix auth_url for swift configuration

This fix configures the auth_url parameter to use keystone_service_adminurl
over the existing keystone_service_adminuri parameter which actually leads
to a incomplete URL lacking the API version like /v3/tokens

Change-Id: I46f2ab7cbdb579dda5d019c29950af7e8c974bea
Related-Bug: #1552394
This commit is contained in:
Bjoern Teipel 2016-03-04 16:46:02 -06:00
parent afcf86c50f
commit ec6439a54e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ user_test_tester3 = testing3
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_plugin = {{ swift_keystone_auth_plugin }}
auth_url = {{ keystone_service_adminuri }}
auth_url = {{ keystone_service_adminurl }}
auth_uri = {{ keystone_service_internaluri }}
insecure = {{ keystone_service_adminuri_insecure | bool }}
project_domain_id = {{ swift_service_project_domain_id }}