Common code for writing OpenStack upgrade checks.
Go to file
OpenDev Sysadmins d723930774 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:33:06 +00:00
doc/source doc: Switch to openstackdocstheme 2018-12-13 14:44:52 +00:00
oslo_upgradecheck Merge "Add doc params to run and register_cli_opts" 2019-02-18 17:03:17 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:47:06 +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 OpenDev Migration Patch 2019-04-19 19:33:06 +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 Change python3.5 job to python3.7 job on Stein+ 2019-02-14 10:27:06 +00:00
babel.cfg Initial commit 2018-09-12 17:35:58 +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
lower-constraints.txt doc: Switch to openstackdocstheme 2018-12-13 14:44:52 +00:00
README.rst Flesh out readme 2018-09-13 20:30:05 +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 Change python3.5 job to python3.7 job on Stein+ 2019-02-14 10:27:06 +00:00

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.