Merge "remove the path from the auth_url"

This commit is contained in:
Jenkins 2016-08-31 12:24:30 +00:00 committed by Gerrit Code Review
commit 6ef2509799

View File

@ -81,7 +81,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_adminurl }}
auth_url = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internaluri }}
insecure = {{ keystone_service_adminuri_insecure | bool }}
region_name = {{ keystone_service_region }}