Juju Charm - Octavia
Go to file
Frode Nordahl 69dfed11ac
Use system CA Certificate bundle when configuring resources
The charm bundles its dependencies to avoid the boundary
violation of the charm being dependent on the software it
manages.

As a side effect the charm will not use the distro packaged
version of ``python3-certifi`` which contains a patch [0] to
make consumers load the system wide CA Certificate bundle.

As a workaround we explicitly point our OpenStack client
operations to the system wide bundle.

0: https://git.launchpad.net/ubuntu/+source/python-certifi/tree/debian/patches/0001-Use-Debian-provided-etc-ssl-certs-ca-certificates.cr.patch

Change-Id: Iad466c7ff6cf680f74168852afea4a67815d0249
Closes-Bug: #1819205
2019-03-12 10:28:41 +01:00
src Use system CA Certificate bundle when configuring resources 2019-03-12 10:28:41 +01:00
unit_tests Use system CA Certificate bundle when configuring resources 2019-03-12 10:28:41 +01:00
.gitignore Configure HA resources when HA-relation complete 2018-10-10 08:14:59 +02:00
.gitreview Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
.stestr.conf Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
.zuul.yaml Added tox environment for gathering coverage 2019-03-01 14:42:52 +01:00
LICENSE Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
rebuild Rebuild for sync charms.openstck 2019-02-01 16:13:40 -08:00
requirements.txt Initial commit of charm skeleton 2018-10-09 14:35:45 +02:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:12:40 -05:00
tox.ini Replace ostestr with stestr in testing framework. 2019-03-07 17:12:40 -05:00