Merge "Update contributor microversion doc for compute"

This commit is contained in:
Zuul 2017-11-13 16:34:13 +00:00 committed by Gerrit Code Review
commit d3afb7146f

View File

@ -342,9 +342,10 @@ necessary to add changes to other places which describe your change:
``nova/api/openstack/api_version_request.py``
* Add a verbose description to
``nova/api/openstack/compute/rest_api_version_history.rst``. There should
be enough information that it could be used by the docs team for
release notes.
``nova/api/openstack/compute/rest_api_version_history.rst``.
* Add a `release note`_ with a ``features`` section announcing the new or
changed feature and the microversion.
* Update the expected versions in affected tests, for example in
``nova/tests/unit/api/openstack/compute/test_versions.py``.
@ -359,6 +360,12 @@ necessary to add changes to other places which describe your change:
* If the microversion changes the response schema, a new schema and test for
the microversion must be added to Tempest.
* Update the `API Reference`_ documentation as appropriate. The source is
located under `api-ref/source/`.
.. _release note: https://docs.openstack.org/nova/latest/contributor/releasenotes.html
.. _API Reference: https://developer.openstack.org/api-ref/compute/
Allocating a microversion
-------------------------