[Openstack-operators] Identity service installation - authorization problem

Thomas Vachon vachon at sessionm.com
Mon Mar 18 18:02:22 UTC 2013


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"}';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20130318/d024a59f/attachment.html>


More information about the OpenStack-operators mailing list