blob: 20c6c0ede925f7cc1f0e0873a56b326d149e43e9 [file] [log] [blame]
Mykola Yakovlieve0f35502018-09-26 18:26:57 -05001---
2features:
3 - |
4 We have replaced CONF.patrole.rbac_test_role with
5 CONF.patrole.rbac_test_roles, where instead of single role we can specify
6 list of roles to be assigned to test user. This way we may run rbac tests
7 for scenarios that requires user to have more that a single role.
8deprecations:
9 - |
10 Config parameter CONF.rbac_test_role is deprecated in favor of
11 CONF.rbac_test_roles that implements a list of roles instead of single role.