[Openstack-operators] Identity service installation - authorization problem

jonathan_gershater at trendmicro.com jonathan_gershater at trendmicro.com
Mon Mar 18 21:52:34 UTC 2013


Thank you Thomas and Joe, that UPDATE worked for me
Identity svc now up and running!

From: Joe Topjian <joe.topjian at cybera.ca<mailto:joe.topjian at cybera.ca>>
Date: Monday, March 18, 2013 11:03 AM
To: Thomas Vachon <vachon at sessionm.com<mailto:vachon at sessionm.com>>
Cc: Jonathan Gershater <jonathan_gershater at trendmicro.com<mailto:jonathan_gershater at trendmicro.com>>, "openstack-operators at lists.openstack.org<mailto:openstack-operators at lists.openstack.org>" <openstack-operators at lists.openstack.org<mailto:openstack-operators at lists.openstack.org>>
Subject: Re: [Openstack-operators] Identity service installation - authorization problem

+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<mailto: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<http://10.202.183.111:8774/v2/%(tenant_id)s--adminurl=http://10.202.183.111:8774/v2/%(tenant_id)s>", "internalurl": "http://10.202.183.111:8774/v2/%(tenant_id)s<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"}';



--
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca<http://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.

<table class="TM_EMAIL_NOTICE"><tr><td><pre>
TREND MICRO EMAIL NOTICE
The information contained in this email and any attachments is confidential 
and may be subject to copyright or other intellectual property protection. 
If you are not the intended recipient, you are not authorized to use or 
disclose this information, and we request that you notify us by reply mail or
telephone and delete the original message from your mail system.
</pre></td></tr></table>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20130318/54c21ffd/attachment.html>


More information about the OpenStack-operators mailing list