Common code for writing OpenStack upgrade checks.
Go to file
Slawek Kaplonski 1829c08e5a Move displayed checker title to be in variable
Title of check command displayed to user is now moved
to be defined as atribute of UpgradeCommands class.
This will allow to override this command for projects which
inherits from this class.

This will be usefull for Neutron to use same class in new
sanity-check tool which will be implemented in same way as
upgrade-check is done.

Change-Id: I8218b21a219db3a3198750fd98033aff244b7002
Related-Bug: #1809878
2019-02-07 16:32:29 +01:00
doc/source doc: Switch to openstackdocstheme 2018-12-13 14:44:52 +00:00
oslo_upgradecheck Move displayed checker title to be in variable 2019-02-07 16:32:29 +01:00
releasenotes doc: Remove crud from conf.py file 2018-12-13 14:44:21 +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 Use template for lower-constraints zuul job 2018-10-09 21:57:00 +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 doc: Switch to openstackdocstheme 2018-12-13 14:44:52 +00:00
requirements.txt Proper requirements specification 2018-09-12 22:39:56 +00:00
setup.cfg Update py33,py34 to py35,py36 2019-01-05 03:49:27 +00:00
setup.py Initial commit 2018-09-12 17:35:58 +00:00
test-requirements.txt doc: Switch to openstackdocstheme 2018-12-13 14:44:52 +00:00
tox.ini doc: Remove crud from conf.py file 2018-12-13 14:44:21 +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.