Comment 2 for bug 1064433

Revision history for this message
steve A (dafridgie) wrote :

Thank you , that resolves this problem!!

the default entry for this in local_settings.py is :
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
I defined the member role as per the docs which state the role to create is "memberRole"
I then changed this to memberRole in local settings.py as below:
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "memberRole"

That's fixed it, really appreciate it !