Common code for writing OpenStack upgrade checks.
Go to file
pengyuesheng 6eb5a871d7 Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: Ic626d2dc2974ac6ac7b6a816963995915e723ec7
2019-10-12 15:02:30 +08:00
doc Bump the openstackdocstheme extension to 1.20 2019-10-12 15:02:30 +08:00
oslo_upgradecheck Address nits from json change 2019-06-25 15:54:57 +00:00
releasenotes Bump the openstackdocstheme extension to 1.20 2019-10-12 15:02:30 +08: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 Add Python 3 Train unit tests 2019-07-05 15:09:45 -04:00
CONTRIBUTING.rst Initial commit 2018-09-12 17:35:58 +00:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:08 +00:00
LICENSE Initial commit 2018-09-12 17:35:58 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:08 +00:00
babel.cfg Initial commit 2018-09-12 17:35:58 +00:00
lower-constraints.txt Bump the openstackdocstheme extension to 1.20 2019-10-12 15:02:30 +08:00
requirements.txt Proper requirements specification 2018-09-12 22:39:56 +00:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 15:09:45 -04:00
setup.py Initial commit 2018-09-12 17:35:58 +00:00
test-requirements.txt Move doc related modules to doc/requirements.txt 2019-07-06 01:31:31 +08:00
tox.ini Update the constraints url 2019-09-25 14:01:00 +08: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.