python-tempestconf/releasenotes/notes/Improve-SSL-configuration-16f0f06a6ade3a3d.yaml
Martin Kopec 0cd2cec87a Release 3.1.0 releasenotes
As we have created a new tag (3.1.0) let's create a new
releasenotes section in order to present the changes done
in the latest release.

A few formatting issues are fixed as well.

Change-Id: I4f428155dfeb84d3d5424dd58dd0d3b8df375848
2021-01-22 08:42:01 +00:00

20 lines
794 B
YAML

---
features:
- |
discover-tempest-config can now automatically set the following 2 tempest
options
* ``CONF.identity.disable_ssl_certificate_validation``
* ``CONF.identity.ca_certificates_file``
The mentioned options are set based on cloud's request verify arguments
(verify and cert) read (either set as environment variables or passed via
CLI) by openstack package.
fixes:
- |
Passing a value from ``--insecure`` argument is fixed. Previously
``--insecure`` didn't have any effect on discover-tempest-config and its
behavior which lead to failing requests due to certificates verify failures.
That is fixed now. Now the --insecure's value will be stored in the
internal Credentials class and safely pased in requests querying the cloud.