Common code for writing OpenStack upgrade checks.
Go to file
Ben Nemec a45e26a3f0 Shorten UpgradeCheck class names
When this library is used, the classes get referred to as something
like upgradecheck.UpgradeCheckResult, which is redundant and wordy.
Shortening the class names to remove the "UpgradeCheck" part fixes
both problems.

Change-Id: I621434585ed84256b9fe44d88a516d8c27eb05b3
2018-09-21 21:36:01 +00:00
doc/source Shorten UpgradeCheck class names 2018-09-21 21:36:01 +00:00
oslo_upgradecheck Shorten UpgradeCheck class names 2018-09-21 21:36:01 +00:00
.coveragerc Get coverage job working 2018-09-13 16:17:56 +00:00
.gitignore Migrate to stestr 2018-09-13 15:50:37 +00:00
.gitreview Initial commit 2018-09-12 17:35:58 +00:00
.mailmap Initial commit 2018-09-12 17:35:58 +00:00
.stestr.conf Add .zuul.yaml and .stestr.conf 2018-09-20 15:41:08 +00:00
.zuul.yaml Add .zuul.yaml and .stestr.conf 2018-09-20 15:41:08 +00:00
CONTRIBUTING.rst Initial commit 2018-09-12 17:35:58 +00:00
HACKING.rst Initial commit 2018-09-12 17:35:58 +00:00
LICENSE Initial commit 2018-09-12 17:35:58 +00:00
README.rst Flesh out readme 2018-09-20 15:41:21 +00:00
babel.cfg Initial commit 2018-09-12 17:35:58 +00:00
lower-constraints.txt Proper requirements specification 2018-09-12 22:39:56 +00:00
requirements.txt Proper requirements specification 2018-09-12 22:39:56 +00:00
setup.cfg Initial commit 2018-09-12 17:35:58 +00:00
setup.py Initial commit 2018-09-12 17:35:58 +00:00
test-requirements.txt Migrate to stestr 2018-09-13 15:50:37 +00:00
tox.ini Use python3 by default 2018-09-20 15:45:58 +00:00

README.rst

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.