1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
=================
oslo.upgradecheck
=================
Common code for writing OpenStack upgrade checks.
This project can be used to assist with the implementation of a
``$SERVICE-status`` command that responds to parameters of ``upgrade check``
by running upgrade check functions on the existing installation. For further
details see :doc:`usage` and the `Nova documentation on upgrade checks`_.
.. _`Nova documentation on upgrade checks`: https://docs.openstack.org/nova/latest/reference/upgrade-checks.html
Contents
========
.. toctree::
:maxdepth: 2
installation
api
usage
contributing
Release Notes
=============
Read also the `oslo.upgradecheck Release Notes
<https://docs.openstack.org/releasenotes/oslo.upgradecheck/>`_.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|