python-tempestconf/releasenotes/notes/Generate-accounts.yaml-6d929b3e78298579.yaml
Martin Kopec 243ab6cb47 Generate accounts.yaml
Generate accounts.yaml file when create_accounts_file
is specified and test_accounts is not.

Story: 2001693
Task: 8685

Change-Id: I7ed8390b29a430d97e1846f8f868f5b6af8eb02b
2018-06-14 12:54:01 +00:00

14 lines
724 B
YAML

---
features:
- |
Because of integration of the tool with refstack-client a new parameter,
--create-accounts-file, is added. The parameter defines a path where
a minimal accounts.yaml file will be created.
The accounts.yaml file is important in refstack testing, because the tests
are run with non admin credentials. Therefor to make it easier for refstack
users, if a user doesn't specify a path to an existing accounts.yaml file
(via test_accounts parameter), but uses a create_accounts_file
instead, the file will be created in the specified location and set to
the tempest.conf as test_accounts_file under auth section.
For this feature a new requirement is specified - PyYAML.