python-tempestconf/releasenotes/notes/Remove-options-prefixed-by-admin_-from-tempest.conf-f038f679b40daaea.yaml
Martin Kopec 4912283b03 Remove admin_* from identity section
Since Tempest 12 following values are removed from
identity section:
 - admin_username
 - admin_password
 - admin_project_name
The values were moved to auth section.

Change-Id: Ia98c9449b3fdc7aae40d204f0e2da44f987a5f9d
2018-06-11 14:46:56 +00:00

11 lines
219 B
YAML

---
other:
- |
The following options are moved from identity section:
- admin_username
- admin_password
- admin_project_name
to auth section as this is done in Tempest since
Tempest 12.