Comment 3 for bug 1565030

Revision history for this message
Waldemar Znoinski (wznoinsk) wrote :

same problem after creating _member_ role in keystone:

root@silvixa00385229:/# grep -i keystone /etc/openstack-dashboard/local_settings
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
# with Keystone V3. All entities will be created in the default domain.
#OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'Default'
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_"
# Enables keystone web single-sign-on if set to True.
# which include keystone federation protocols.
# ("credentials", _("Keystone Credentials")),
# The OPENSTACK_KEYSTONE_BACKEND settings can be used to identify the
# capabilities of the auth backend for Keystone.
# If Keystone has been configured to use LDAP as the auth backend then set
# TODO(tres): Remove these once Keystone has an API to identify auth backend.
OPENSTACK_KEYSTONE_BACKEND = {
# in the Keystone service catalog. Use this setting when Horizon is running
# in the Keystone service catalog. Use this setting when Horizon is running
# 'identity': 'keystone_policy.json',
root@silvixa00385229:/# export OS_PROJECT_DOMAIN_ID=default
root@silvixa00385229:/# export OS_USER_DOMAIN_ID=default
root@silvixa00385229:/# export OS_PROJECT_NAME=admin
root@silvixa00385229:/# export OS_TENANT_NAME=admin
root@silvixa00385229:/# export OS_USERNAME=admin
root@silvixa00385229:/# export OS_PASSWORD=password
root@silvixa00385229:/# export OS_AUTH_URL=http://10.237.214.199:35357/v3
root@silvixa00385229:/# export OS_IDENTITY_API_VERSION=3
root@silvixa00385229:/# openstack role list
+----------------------------------+----------+
| ID | Name |
+----------------------------------+----------+
| 5f78b9549b9142a4be9ada6cf1cfbc40 | admin |
| 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
+----------------------------------+----------+
root@silvixa00385229:/# openstack role show _member_
+-----------+----------------------------------+
| Field | Value |
+-----------+----------------------------------+
| domain_id | None |
| id | 9fe2ff9ee4384b1894a90878d3e92bab |
| name | _member_ |
+-----------+----------------------------------+