Comment 1 for bug 1915740

Revision history for this message
Ghanshyam Mann (ghanshyammann) wrote :

There is no change in behavior by https://review.opendev.org/c/openstack/tempest/+/686306 , 'member' role was assigned to each user previously also on setup use the devstack installation.

its devstack set the 'member' role in CONF.auth.tempest_roles

- https://opendev.org/openstack/devstack/src/commit/556f84aea90c572873fc9834292635b41e590224/lib/tempest#L628

and Tempest add this role to each user irrespective of test ask for other roles or not.
- https://opendev.org/openstack/tempest/src/commit/9b6f441fdc2a970410ea631dc1318896349e010f/tempest/common/credentials_factory.py#L82

Also to tests the new RBAC default like 'reader' role devstack should not set the 'member' role as default in CONF.auth.tempest_roles.

adding devstack in this bug report.