oslo.upgradecheck/README.rst
jacky06 0430df334a Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I2f218a19be6f8809c396399e48e2d5ed6b3f6fd9
2019-05-27 03:10:08 +00:00

583 B

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.