Common code for writing OpenStack upgrade checks.
456bd8521f
There are only two uses of this. Oddly, we never specified this dependency directly and were instead relying on it being included indirectly. Change-Id: I3229750f3c47689c6b8d9db80a962a755b5a5da9 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> |
||
---|---|---|
doc | ||
oslo_upgradecheck | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
oslo.upgradecheck
Common code for writing OpenStack upgrade checks
This project contains the common code necessary for writing upgrade checks in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for the common code as well as an example (oslo_upgradecheck.__main__) of integrating that code into a project.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.upgradecheck/latest/
- Source: https://opendev.org/openstack/oslo.upgradecheck
- Bugs: https://bugs.launchpad.net/oslo.upgradecheck