RGW config examples for OpenStack Keystone use incorrect role name
andrewbonney opened this issue · 0 comments
andrewbonney commented
Bug Report
Various configuration examples for RGW reference the following set of OpenStack Keystone roles:
Member, _member_, admin
In Keystone, the default role is member
rather than Member
(see https://docs.openstack.org/keystone/latest/admin/service-api-protection.html), and as this is treated case sensitively it results in failures in a default deployment which uses this role name.
Examples where this occurs and should be switched to lowercase include:
ceph-ansible/profiles/rgw-keystone-v3
Line 16 in 271fd82
ceph-ansible/profiles/rgw-keystone-v2
Line 15 in 271fd82