32e0557808
Adding release notes for support of system scope in Tempest also adding new interface in credential provider base abstract class. Change-Id: I28e17aaff0539d9d148d2369697565a5033eba46
14 lines
547 B
YAML
14 lines
547 B
YAML
---
|
|
prelude: >
|
|
Support for RBAC new system scope is added in Tempest.
|
|
features:
|
|
- |
|
|
Keystone provides the new scoped token called ``system`` which
|
|
can be used to query the system scoped API operation. Projects
|
|
are moving towards the policy with new scope types, Keystone, Nova
|
|
already provide the new policy for RBAC checks. Tempest has added
|
|
the support to query the system scoped token from keystone to test
|
|
the new policy.
|
|
As next step, we will be moving all the Tempest tests on the project's
|
|
new policy.
|