Charm Layer - OpenStack base layer
93bc9e1837
The certificate handler code does a bit of work and should not
run during the update-status hook.
As documented in the charms.reactive dispatch [0] function
handlers registered with the @hook decorator will execute before
other handlers. So we can rely on the 'is-update-status-hook'
flag being consistently set when in update-status hook before
other handlers are evaluated for dispatch.
0:
|
||
---|---|---|
actions | ||
exec.d/openstack | ||
reactive | ||
templates | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
actions.yaml | ||
config.yaml | ||
layer.yaml | ||
LICENSE | ||
metadata.yaml | ||
pip.sh | ||
README.md | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini | ||
wheelhouse.txt |
Overview
This layer provides the base OpenStack configuration options and dependencies for authoring OpenStack Charms. Typically you won't use this layer directly. The openstack-api or openstack-principle layers which consume this layer are probably more interesting as layers to directly use.
Where is the code?
The code for this module is held in the charms.openstack module which is developed at the following location: