canonical / snap-tempest

This repository contains the source code of the snap for the OpenStack integration test suite, Tempest.
Apache License 2.0
2 stars 9 forks source link

Make `discover-tempest-conf` work with custom certificate #197

Open chanchiwai-ray opened 2 months ago

chanchiwai-ray commented 2 months ago

The original issue is in the upstream: when a custom certificate is used and OS_CACERT is set, the discover-tempest-conf still cannot verify the certificate because internally it uses certifi as a CA provider. See https://storyboard.openstack.org/#!/story/2011168.

Once the upstream is fixed, snap-tempest still need to make sure the OS_CACERT path is pointed to a location where the snap is accessible to.