Install and configure the proxy node in OpenStack Installation Guide for Ubuntu 12.04/14.04 (LTS)  - icehouse

Bug #1327030 reported by Yugang LIU
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Darren Chan

Bug Description

-----------------------------------
Built: 2014-06-05T20:09:30 00:00
git SHA: ae43c456c9a8362f4c25b9ed68ba320d919be02e
URL: http://docs.openstack.org/icehouse/install-guide/install/apt/content/installing-and-configuring-the-proxy-node.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml
xml:id: installing-and-configuring-the-proxy-node

in guide:

[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory

# Delaying the auth decision is required to support token-less
# usage for anonymous referrers ('.r:*').
delay_auth_decision = true

# cache directory for signing certificate
signing_dir = /home/swift/keystone-signing

# auth_* settings refer to the Keystone server
auth_protocol = http
auth_host = controller
auth_port = 35357

# the service tenant and swift username and password created in Keystone
admin_tenant_name = service
admin_user = swift
admin_password = SWIFT_PASS

Must use "auth_uri = http://controller:5000", not use "auth_port = 35357"

from http://docs.openstack.org/trunk/install-guide/install/apt/content/neutron-install.dedicated-network-node.html
Warning

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.

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Triaged
importance: Undecided → Medium
milestone: none → juno
tags: added: install-guide
Darren Chan (dazzachan)
Changed in openstack-manuals:
assignee: nobody → Darren Chan (dazzachan)
Darren Chan (dazzachan)
Changed in openstack-manuals:
status: Triaged → In Progress
Revision history for this message
Darren Chan (dazzachan) wrote :
Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.