Common code for writing OpenStack upgrade checks.
Go to file
Sean McGinnis 6d20f413e2
Add py38 package metadata
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.

Change-Id: I2347b02a274ea901705010dbf4139fc6db2557bb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:23:14 -05:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01:00
oslo_upgradecheck Use unittest.mock instead of third party mock 2020-03-13 11:44:15 -05:00
releasenotes Update master for stable/ussuri 2020-04-14 10:17:52 +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 Add Python3 victoria unit tests 2020-04-14 10:17:54 +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 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
lower-constraints.txt Remove Babel from requirements 2020-04-17 11:43:52 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:08 +00:00
requirements.txt Remove Babel from requirements 2020-04-17 11:43:52 +02:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:14 -05:00
setup.py remove outdated header 2020-02-11 18:48:10 +01:00
test-requirements.txt Update hacking for Python3 2020-03-30 12:03:13 +00:00
tox.ini Update hacking for Python3 2020-03-30 12:03:13 +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.