openstack-ansible-os_tempest/releasenotes/notes/credential-provider-mechanisms-959f7479debbe448.yaml
Damian Dabrowski 0566c20d99 Add support for both Credential Provider Mechanisms
Tempest currently has two different internal methods for providing
authentication to tests: dynamic credentials and pre-provisioned credentials.
Depending on which one is in use the configuration of Tempest is slightly
different.
We should provide a support for both of them.

https: //docs.openstack.org/tempest/latest/configuration.html#credential-provider-mechanisms
Change-Id: I26d69caa3f96a530bc0a4a21365404b1a84e489a
2022-04-26 16:45:14 +00:00

4 lines
128 B
YAML

---
features:
- Added a support for both Credential Provider Mechanisms(dynamic credentials and pre-provisioned credentials).