File: Improve-SSL-configuration-16f0f06a6ade3a3d.yaml

package info (click to toggle)
python-tempestconf 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 4,530; makefile: 18; sh: 9
file content (19 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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.