Common code for writing OpenStack upgrade checks.
Go to file
Hervé Beraud 92e8272777 Dropping lower constraints testing
We facing errors related to the new pip resolver, this
topic was discussed on the ML and QA team proposed to
to test lower-constraints [1].

I propose to drop this test because the complexity and recurring pain needed
to maintain that now exceeds the benefits provided by this mechanismes.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html

NOTE(stephenfin): This change also includes change
I996bcc6952a80aaccf50bb8ade579ebd960f4292 ("Move flake8 as a pre-commit
local target.") which is also necessary to get requirements tests
passing.

Change-Id: I3eafc92ba7c7305b1a73d3f96c427ed12c96dbf7
(cherry picked from commit a962943bda)
2021-04-16 11:06:36 +01:00
doc Adding pre-commit 2020-09-03 14:10:56 +02:00
oslo_upgradecheck Register oslo policy opts explicitly for check_policy_json 2020-12-07 21:12:03 +00:00
releasenotes Merge "Adding pre-commit" 2020-09-22 11:23:46 +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 Dropping lower constraints testing 2021-04-16 11:06:36 +01:00
.stestr.conf Add .zuul.yaml and .stestr.conf 2018-09-20 15:41:08 +00:00
.zuul.yaml Dropping lower constraints testing 2021-04-16 11:06:36 +01: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
lower-constraints.txt Register oslo policy opts explicitly for check_policy_json 2020-12-07 21:12:03 +00:00
requirements.txt Register oslo policy opts explicitly for check_policy_json 2020-12-07 21:12:03 +00: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 Fix lower-constraints job 2020-12-07 14:24:37 -06:00
tox.ini Adding pre-commit 2020-09-03 14:10:56 +02: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.