Multi role RBAC validation
This patchset replaces ``CONF.patrole.rbac_test_role`` with
``CONF.patrole.rbac_test_roles``, where instead of single role
we can specify list of roles to be assigned to test user.
Change-Id: Ia68bcbdbb523dfe7c4abd6107fb4c426a566ae9d
diff --git a/releasenotes/notes/multi-role-rbac-7f597c004a558956.yaml b/releasenotes/notes/multi-role-rbac-7f597c004a558956.yaml
new file mode 100644
index 0000000..20c6c0e
--- /dev/null
+++ b/releasenotes/notes/multi-role-rbac-7f597c004a558956.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ We have replaced CONF.patrole.rbac_test_role with
+ CONF.patrole.rbac_test_roles, where instead of single role we can specify
+ list of roles to be assigned to test user. This way we may run rbac tests
+ for scenarios that requires user to have more that a single role.
+deprecations:
+ - |
+ Config parameter CONF.rbac_test_role is deprecated in favor of
+ CONF.rbac_test_roles that implements a list of roles instead of single role.