Files
puppet-ceph/releasenotes/notes/remove-Member-role-4bc7e608943b234a.yaml
Takashi Kajinami b3a8ac1f0a Remove Member role
In OpenStack deployment we more commonly use `member` than `Member`.
Also the `member` role is now implied by the `admin` role.

This removes the Member role to get rid of the unused role and follow
the standard roles.

Change-Id: I64175a3d485358af9a012060826dcedbe24b1042
2023-07-30 01:52:39 +09:00

8 lines
286 B
YAML

---
upgrade:
- |
The default value of the ``ceph::keystone::auth::roles`` parameter has
been updated and the new default does not contain the ``Member`` role,
because in OpenStack the ``member`` role is more commonly used, which is
now implied by the ``admin`` role.