![Gregory Thiemonge](/assets/img/avatar_default.png)
- 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
10 lines
398 B
YAML
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.
|