Juju Charm - Placement
Go to file
Liam Young 03e2f648f9 Pass certs interface to configure_tls
If the certificates interface is present then it should be passed
to configure_tls otherwise it is ignored.

Change-Id: I3ba5432d3fd4f9481dadb49586a7bab938a0c4ff
Closes-Bug: 1896227
(cherry picked from commit fda2c40cc4)
2020-09-21 15:03:42 +03:00
src Pass certs interface to configure_tls 2020-09-21 15:03:42 +03:00
unit_tests Stop to use the __future__ module. 2020-06-02 20:04:15 +02:00
.gitignore Initial Commit 2019-10-15 18:13:51 +00:00
.gitreview Updates for stable branch creation 2020-08-13 11:39:50 +01:00
.stestr.conf Initial Commit 2019-10-15 18:13:51 +00:00
.zuul.yaml [ussuri][goal] Updates for python 2.7 drop 2020-03-24 17:30:42 +00:00
LICENSE Initial Commit 2019-10-15 18:13:51 +00:00
README.md Add top-level README.md 2019-10-28 10:17:10 -04:00
rebuild Release sync for 20.08 2020-07-27 20:58:45 +01:00
requirements.txt Update charm build requirements 2020-03-03 09:58:26 +01:00
test-requirements.txt Updates for stable branch creation 2020-08-13 11:39:50 +01:00
tox.ini Release sync for 20.08 2020-07-27 20:58:45 +01:00

README.md

Overview

This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.

Test and Build

Building, pushing and publishing to the charm store is automated by CI to ensure consistent flow. Manually building is useful for development and testing, however.

tox -e pep8
tox -e py37
tox -e build

Contact Information

Freenode IRC: #openstack-charms