Common code for writing OpenStack upgrade checks.
Go to file
Takashi Kajinami 3040d89c39 Declare Python 3.12 support
Now Python 3.12 unit tests job is voting. So we can safely say this
is tested with Python 3.12 .

Change-Id: Iadf768c395f5dfcbc31985e69d549dbbb7d2612e
2024-10-09 22:46:15 +09:00
doc Remove old excludes 2024-05-01 11:44:44 +09:00
oslo_upgradecheck Remove six 2021-02-11 12:01:55 +00:00
releasenotes Update master for stable/2024.2 2024-09-05 16:02: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 OpenDev Migration Patch 2019-04-19 19:33:06 +00:00
.mailmap Initial commit 2018-09-12 17:35:58 +00:00
.pre-commit-config.yaml Bump hacking 2024-01-26 01:14:48 +09:00
.stestr.conf Add .zuul.yaml and .stestr.conf 2018-09-20 15:41:08 +00:00
.zuul.yaml Moves supported python runtimes from version 3.8 to 3.10 2023-04-10 13:07:38 +09: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
requirements.txt Bump hacking 2024-01-26 01:14:48 +09:00
setup.cfg Declare Python 3.12 support 2024-10-09 22:46:15 +09:00
setup.py remove outdated header 2020-02-11 18:48:10 +01:00
test-requirements.txt Bump hacking 2024-01-26 01:14:48 +09:00
tox.ini Display coverage report 2024-02-07 12:15:42 +09: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.