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