From 5b412c423e3fc66e98a51e8baef7bb25657dec9c Mon Sep 17 00:00:00 2001 From: darrenchan Date: Mon, 30 Jun 2014 21:31:36 +1000 Subject: [PATCH] Minor fix to Install and configure proxy node section Changed "auth_port = 35357" to "auth_uri = http://controller:5000" as mentioned here: http://docs.openstack.org/trunk/install-guide/install/apt/content/neutron-install.dedicated-network-node.html backport: none Closes_Bug: #1327030 Change-Id: I362cf3e2f924a13e5bc3ea52ae41331b442dbf23 --- .../section_object-storage-install-config-proxy-node.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml b/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml index 4a299260dc..ec386d5e5f 100644 --- a/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml +++ b/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml @@ -77,7 +77,7 @@ delay_auth_decision = true # auth_* settings refer to the Keystone server auth_protocol = http auth_host = controller -auth_port = 35357 +auth_uri = http://controller:5000 # the service tenant and swift username and password created in Keystone admin_tenant_name = service @@ -101,6 +101,13 @@ use = egg:swift#healthcheck 10.1.2.3:11211,10.1.2.4:11211 Only the proxy server uses memcache. + + keystoneclient.middleware.auth_token: You + must configure auth_uri to point to the public + identity endpoint. Otherwise, clients might not be able to + authenticate against an admin endpoint. + + Create the account, container, and object rings. The