Juju Charm - Placement
Go to file
David Ames 76488814bb Rebuild reactive APIs for layer-basic regression
Fix regression in layer-basic which failed to unpack new dependencies
properly during the upgrade-charm hook.

Github Issue: #166
Closes Bug: #1875496

Change-Id: Id9834902fab5314caa5ba20ea63a1144a56281b8
2020-04-28 14:18:30 -07:00
src Update peers with API addresses 2020-04-01 16:53:46 +01:00
unit_tests Initial Commit 2019-10-15 18:13:51 +00:00
.gitignore Initial Commit 2019-10-15 18:13:51 +00:00
.gitreview Updates for stable branch creation 2020-02-17 15:55:48 +00:00
.stestr.conf Initial Commit 2019-10-15 18:13:51 +00:00
.zuul.yaml Initial Commit 2019-10-15 18:13:51 +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 Rebuild reactive APIs for layer-basic regression 2020-04-28 14:18:30 -07:00
requirements.txt Initial Commit 2019-10-15 18:13:51 +00:00
test-requirements.txt Avoid multiple calls to create_ip_cert_links 2020-03-16 17:04:59 +00:00
tox.ini Initial Commit 2019-10-15 18:13:51 +00: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