Comment 2 for bug 1167483

Revision history for this message
Chris Ricker (chris-ricker) wrote :

This is caused by the Member role being used by dashboard

(from /etc/openstack-dashboard/local_settings.py)

OPENSTACK_HOST = "127.0.0.1"
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"

but the Member role not being created:

 keystone role-list
WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
+----------------------------------+--------+
| id | name |
+----------------------------------+--------+
| 2a796c0922f04f17b13e9a952df4e048 | admin |
+----------------------------------+--------+