Common code for writing OpenStack upgrade checks.
Go to file
Hervé Beraud 0d84429800 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in Ussuri cycle.

Complete discussion & schedule can be found in
-
http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I99e49c84779439317a9f13307c7e7d2fc092d7fb
Sem-Ver: api-break
2020-02-06 10:26:31 +01:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01:00
oslo_upgradecheck Address nits from json change 2019-06-25 15:54:57 +00:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01: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 [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01: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 Merge "Bump Babel to 2.3.4 on lower-constraint" 2020-01-30 12:25:42 +00:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01:00
test-requirements.txt Move doc related modules to doc/requirements.txt 2019-07-06 01:31:31 +08:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-06 10:26:31 +01: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.