Merge "Add REQUESTS_CA_BUNDLE to kolla-toolbox container"
This commit is contained in:
commit
ab4a79d552
@ -17,6 +17,7 @@ common_services:
|
||||
environment:
|
||||
ANSIBLE_NOCOLOR: "1"
|
||||
ANSIBLE_LIBRARY: "/usr/share/ansible"
|
||||
REQUESTS_CA_BUNDLE: "{{ openstack_cacert }}"
|
||||
privileged: True
|
||||
volumes: "{{ kolla_toolbox_default_volumes + kolla_toolbox_extra_volumes + lookup('vars', 'run_default_volumes_' + kolla_container_engine) }}"
|
||||
dimensions: "{{ kolla_toolbox_dimensions }}"
|
||||
|
7
releasenotes/notes/bug-923105-d451a78930973a82.yaml
Normal file
7
releasenotes/notes/bug-923105-d451a78930973a82.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
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>`__
|
Loading…
x
Reference in New Issue
Block a user