From 173e3ae18277b15dc90935a06e92d40d4d78dd17 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 27 Feb 2015 17:20:24 +0000 Subject: things we'll need --- openstack/etc/swift/proxy-server.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openstack/etc/swift/proxy-server.conf b/openstack/etc/swift/proxy-server.conf index 24a8c32f..7399175d 100644 --- a/openstack/etc/swift/proxy-server.conf +++ b/openstack/etc/swift/proxy-server.conf @@ -272,11 +272,12 @@ paste.filter_factory = keystonemiddleware.auth_token:filter_factory # auth_port = 35357 # auth_protocol = http # auth_uri = http://keystonehost:5000/ -auth_uri = http://controller:5000/v2.0 -identity_uri = http://controller:35357 +#auth_uri = http://controller:5000/v2.0 +auth_uri = ##KEYSTONE_INTERNAL_URL## +#identity_uri = http://controller:35357 admin_tenant_name = service -admin_user = swift -admin_password = insecure +admin_user = ##SWIFT_ADMIN_USER## +admin_password = ##SWIFT_ADMIN_PASSWORD## delay_auth_decision = 1 # cache = swift.cache # include_service_catalog = False -- cgit v1.2.1