openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #12533
Unable to list users in the openstack dashboard
*[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"
*
Follow ups