396c9ed378
We have released a lot of features via Tempest versions and created a lot of renos. That makes us difficult to select suitable reno files when adding new features because of many versions. So it is nice to rename reno files to add versions as the prefix. This patch renames renos of 12.1.0. Change-Id: I725130e2a303001a891b2e0119288e0e085e2ab4
7 lines
343 B
YAML
7 lines
343 B
YAML
---
|
|
features:
|
|
- Tempest library auth interface now supports scope. Scope allows to control
|
|
the scope of tokens requested via the identity API. Identity V2 supports
|
|
unscoped and project scoped tokens, but only the latter are implemented.
|
|
Identity V3 supports unscoped, project and domain scoped token, all three
|
|
are available. |