
Since `urllib3` uses `certifi` as the certificate provider [1], if the users enable TLS with a custom certificate, the `Service.do_get` method will not be able to verify the custom certificate. According to the documentation [1], we need to add `cert_reqs` and `ca_certs` to the `urllib3.PoolManager` when a custom certificate is used. [1] https://urllib3.readthedocs.io/en/latest/advanced-usage.html#custom-tls-certificates Story: #2011168 Task: #50514 Change-Id: I75857cf0d0d37254180aa3ae2305e16610c9fab4
python-tempestconf
Overview
python-tempestconf will automatically generate the tempest configuration based on your cloud.
- Free software: Apache license
- Documentation: https://docs.opendev.org/openinfra/python-tempestconf/latest/
- Source: https://opendev.org/openinfra/python-tempestconf
- Bugs: https://storyboard.openstack.org/#!/project/912
- Release notes: https://docs.opendev.org/openinfra/python-tempestconf/latest/releasenotes
Description
Languages
Python
99.8%
Jinja
0.2%