]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat api paste.ini auth_uri should use auth_port
authorSteven Hardy <shardy@redhat.com>
Tue, 22 Jan 2013 16:30:18 +0000 (16:30 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 22 Jan 2013 16:34:49 +0000 (16:34 +0000)
commit38b7e7d501e049349ef70d2167f92e23997627b0
tree22a4d69d674f215ecbda77b5d65b8ebcc224914e
parent2ac3e4467a4bbd98517c5819bdece4f04bb1374e
heat api paste.ini auth_uri should use auth_port

For token based auth to work, the auth_uri needs to use
auth_port, which points at the internalURL of the keystone
service, the current config uses publicURL which causes
token auth requests to keystone to fail

ref bug 1072944

Change-Id: If7e0c2246205377f57f879ccf8bf36ff8b0d92e1
Signed-off-by: Steven Hardy <shardy@redhat.com>
etc/heat/heat-api-paste.ini