openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #12534
Re: Unable to list users in the openstack dashboard
The admin url of keystone should use port 35357 and the public 5000. That
should solve it ;)
On Wed, May 30, 2012 at 11:04 PM, Raghuram Bondalapati <
raghuram.bondalapati@xxxxxxxxx> wrote:
> *[OpenStack][Dashboard] Can't list users<https://lists.launchpad.net/openstack/msg12503.html>
> *
> **
> **
> *
>
> Hello,
> I'm unable to list users in the openstack dashboard. I'm using the packages provided with ubuntu 12.04.
>
> Below is my keystone catalog & dasboard configuration files. Any suggestions on what could potentially be wrong.
>
> Also i am not sure where the relevent dashboard log files are. I can paste them if required.
>
> >keystone catalog
>
> Service: image
> +-------------+---------------------------+
>
> | Property | Value |
> +-------------+---------------------------+
> | adminURL | http://$my_ip:9292/v1 |
> | internalURL | http://$my_ip:9292/v1 |
>
> | publicURL | http://$my_ip:9292/v1 |
> | region | RegionOne |
> +-------------+---------------------------+
> Service: compute
> +-------------+------------------------------------------------------------+
>
> | Property | Value |
> +-------------+------------------------------------------------------------+
> | adminURL | http://$my_ip:8774/v2/45921a875aeb451ab7b6ac517c57acea |
>
> | internalURL | http://$my_ip:8774/v2/45921a875aeb451ab7b6ac517c57acea |
> | publicURL | http://$my_ip:8774/v2/45921a875aeb451ab7b6ac517c57acea |
>
> | region | RegionOne |
> +-------------+------------------------------------------------------------+
> Service: identity
> +-------------+------------------------------+
>
> | Property | Value |
> +-------------+------------------------------+
> | adminURL | http://$my_ip:5000/v2.0 |
> | internalURL | http://$my_ip:5000/v2.0 |
>
> | publicURL | http://$my_ip:35357/v2.0 |
> | region | RegionOne |
> +-------------+------------------------------+
>
>
>
> /etc/openstack-dashboard/local_settings.py
>
> OPENSTACK_KEYSTONE_URL = "http://$my_ip:5000/v2.0"
>
> OPENSTACK_KEYSTONE_ADMIN_URL = "http://$my_ip:35357/v2.0"
> OPENSTACK_KEYSTONE_DEFAULT_ROLE = "admin"
>
>
>
> *
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
References