Charm Layer - OpenStack principle charm layer
2541283a7f
The package-upgrade action is similar to the openstack-upgrade action except that it performs package upgrades within the current openstack release. If a new openstack release is available, the package-upgrade action will not perform any upgrades. Sync common files from release-tools, with modifications specific to this layer. Change-Id: I4eaee81e05d44d9649c37d397672d263bc2a1025 |
||
---|---|---|
actions | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
actions.yaml | ||
config.yaml | ||
layer.yaml | ||
LICENSE | ||
pip.sh | ||
README.md | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
Overview
This layer provides the base layer for OpenStack charms that are intended for use as principle (rather than subordinate) charms; to use this layer add:
include: ['layer:openstack-principle']
to the layer.yaml in your charm.
For charms hosting OpenStack API services, you probably want to use the openstack-api layer instead of this layer