octavia-tempest-plugin/releasenotes/notes/keystone-default-roles-changes-10733c184f0eebc3.yaml
Gregory Thiemonge cba3b22f63 Use only keystone roles in keystone RBAC tests
- don't use the load-balancer_* roles, they may not exist (and they don't
  do anything) in this configuration
- create a temporary user with a temporary non-member role

Change-Id: I9fc26307f64a2eccbbaf2d979e44fa668328565f
2024-05-30 09:16:52 +02:00

10 lines
398 B
YAML

---
other:
- |
When using the ``keystone_default_roles`` RBAC tests, the
``load-balancer_*`` roles are no longer used by tempest, it relies only on
the keystone ``admin``, ``member``, ``reader`` roles. The
``[load_balancer].member_role``, ``[load_balancer].admin_role``,
``[load_balancer].observer_role`` and
``[load_balancer].global_observer_role`` settings are ignored.