From 702026d3e01231da53b253a7c0ab239d5752c0da Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 31 Aug 2016 02:30:46 -0500 Subject: [PATCH] remove the path from the auth_url Based on the upstream documentation for swift it would seem that the full auth path "http://localhsot:35357/v3" is no longer needed. DOC Link: http://docs.openstack.org/mitaka/install-guide-ubuntu/swift-controller-install.html Change-Id: Ie9986e89d5e6198f21e768c57ce18a4e7cbce153 Signed-off-by: Kevin Carter --- templates/proxy-server.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/proxy-server.conf.j2 b/templates/proxy-server.conf.j2 index 51becfde..4ffa77fe 100644 --- a/templates/proxy-server.conf.j2 +++ b/templates/proxy-server.conf.j2 @@ -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 }}