[Openstack-operators] Identity service installation - authorization problem

Joe Topjian joe.topjian at cybera.ca
Mon Mar 18 18:03:46 UTC 2013


+1

Thomas beat me to it -- was just typing that up.  :)


On Mon, Mar 18, 2013 at 1:02 PM, Thomas Vachon <vachon at sessionm.com> wrote:

> If you look at this row:
>
> | 85d4f12015d244acaa1156f59c118f35 | RegionOne |
> 9baa57ddfefc4dacbb1aa98f85ac2c4c | {"adminurl": null, "internalurl": "
> http://10.202.183.111:8774/v2/%(tenant_id)s--adminurl=http://10.202.183.111:8774/v2/%(tenant_id)s",
> "publicurl": "http://10.202.183.111:8774/v2/%(tenant_id)s"} |
>
> You can see internalurl was munged and adminurl was included.  Your best
> bet is to fix it by hand in mysql or drop and re-add the endpoint.
>
> A good insert would look like: UPDATE endpoint where id ='
> 85d4f12015d244acaa1156f59c118f35' set extra = '{"adminurl": "http://
> 10.202.183.111:8774/v2/%(tenant_id)s", "internalurl": "
> http://10.202.183.111:8774/v2/%(tenant_id)s", "publicurl": "
> http://10.202.183.111:8774/v2/%(tenant_id)s"}';
>



-- 
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca

Cybera is a not-for-profit organization that works to spur and support
innovation, for the economic benefit of Alberta, through the use
of cyberinfrastructure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20130318/aa14adfd/attachment.html>


More information about the OpenStack-operators mailing list