Skip to content
Snippets Groups Projects
Commit ab4a79d5 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add REQUESTS_CA_BUNDLE to kolla-toolbox container"

parents 1c6d49d0 366a4612
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ common_services: ...@@ -17,6 +17,7 @@ common_services:
environment: environment:
ANSIBLE_NOCOLOR: "1" ANSIBLE_NOCOLOR: "1"
ANSIBLE_LIBRARY: "/usr/share/ansible" ANSIBLE_LIBRARY: "/usr/share/ansible"
REQUESTS_CA_BUNDLE: "{{ openstack_cacert }}"
privileged: True privileged: True
volumes: "{{ kolla_toolbox_default_volumes + kolla_toolbox_extra_volumes + lookup('vars', 'run_default_volumes_' + kolla_container_engine) }}" volumes: "{{ kolla_toolbox_default_volumes + kolla_toolbox_extra_volumes + lookup('vars', 'run_default_volumes_' + kolla_container_engine) }}"
dimensions: "{{ kolla_toolbox_dimensions }}" dimensions: "{{ kolla_toolbox_dimensions }}"
......
---
fixes:
- |
Fixes the Python requests library issue when using custom
CA by adding the REQUESTS_CA environment variable to the
kolla-toolbox container.
See `LP#1967132 <https://launchpad.net/bugs/1967132>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment