Comment 12 for bug 2046382

Revision history for this message
Nathanaƫl M. (nma-kercia) wrote :

Hi !

I found another more simple workaround, just edit ansible/group_vars/all.yml file and add that environnement variable in docker_common_options/environment just after KOLLA_CONFIG_STRATEGY one:
  REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"

That variable override the default python3-requests CA bundle (/usr/lib/python3/dist-packages/requests/cacert.pem) with the system one.