python-tempestconf/releasenotes/notes/Do-not-expose-user-credentials-1ffba4d72798b5c9.yaml
Martin Kopec ed5163e729 Don't expose user credentials
When --test-accounts is used, don't print any user credentials
to a tempest.conf file.

Depends-On: https://review.openstack.org/#/c/570822/
Change-Id: Ic7977ed9e0e03d04aca446407b22a9a73c2dca98
2018-06-01 12:17:42 +00:00

8 lines
324 B
YAML

---
features:
- |
When --test-accounts parameter (specifying a path to a accounts.yaml file)
is used, don't write any user credentials to tempest.conf.
This will make it easier for users who run tempest tests with accounts.yaml
file and want to share their tempest.conf without exposing their credentials.