Helpers for writing Ops Framework OpenStack Charms
Go to file
Luciano Lo Giudice e3f29ac758 Implement mandatory configuration parameters
This patchset adds a class attribute that specifies which configuration
parameters are mandatory, setting the charm's status to 'blocked'
if any of them aren't present (and informing which ones are missing).

Change-Id: Ifcaea22a31f6f5af5edacd2ba5a3e901e7a37225
2022-02-10 20:06:58 -03:00
ops_openstack Implement mandatory configuration parameters 2022-02-10 20:06:58 -03:00
unit_tests Implement mandatory configuration parameters 2022-02-10 20:06:58 -03:00
.gitignore Add first set of unit tests 2020-04-23 12:04:38 +00:00
.gitreview Add zuul and gitreview 2020-09-01 13:27:58 +00:00
.stestr.conf Add first set of unit tests 2020-04-23 12:04:38 +00:00
.zuul.yaml Add zuul and gitreview 2020-09-01 13:27:58 +00:00
setup.cfg Add setuptools config 2020-07-31 08:13:24 +00:00
setup.py Add setuptools config 2020-07-31 08:13:24 +00:00
test-requirements.txt Add BaseCephClientCharm class 2020-10-27 15:43:55 +00:00
tox.ini Add zuul and gitreview 2020-09-01 13:27:58 +00:00