Common code for writing OpenStack upgrade checks.
Go to file
OpenStack Release Bot 5b6aa3100a Update TOX_CONSTRAINTS_FILE for stable/2023.1
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I4e8ff87cf0ea71998b75f78a1267518a04aa432e
2023-02-24 15:24:00 +00:00
doc Adding pre-commit 2020-09-03 14:10:56 +02:00
oslo_upgradecheck Remove six 2021-02-11 12:01:55 +00:00
releasenotes Update master for stable/zed 2022-09-09 09:18:35 +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 Update .gitreview for stable/2023.1 2023-02-24 15:23:57 +00:00
.mailmap Initial commit 2018-09-12 17:35:58 +00:00
.pre-commit-config.yaml Move flake8 as a pre-commit local target. 2021-03-23 13:10:01 +01:00
.stestr.conf Add .zuul.yaml and .stestr.conf 2018-09-20 15:41:08 +00:00
.zuul.yaml Add Python3 antelope unit tests 2022-09-09 09:18:37 +00:00
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:34:11 +02: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
requirements.txt Uncap PrettyTable 2021-02-11 12:01:55 +00:00
setup.cfg Drop python3.6/3.7 support in testing runtime 2022-05-05 16:21:34 +02:00
setup.py remove outdated header 2020-02-11 18:48:10 +01:00
test-requirements.txt Fix lower-constraints job 2020-12-07 14:24:37 -06:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.1 2023-02-24 15:24:00 +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.