Merge "Add review guideline to microversion API"

This commit is contained in:
Jenkins 2015-12-08 22:01:14 +00:00 committed by Gerrit Code Review
commit e266f24bc4
2 changed files with 11 additions and 0 deletions

View File

@ -310,6 +310,9 @@ necessary to add changes to other places which describe your change:
``doc/api_samples/versions/versions-get-resp.json`` and
``nova/tests/functional/api_samples/versions/versions-get-resp.json.tpl``.
* Make a new commit to python-novaclient and update corresponding
files to enable the newly added microversion API.
Allocating a microversion
-------------------------

View File

@ -179,6 +179,14 @@ Please note:
* We are only talking about the testing of in-tree code. Please note the only
public API is our REST API, see: :doc:`policies`
Microversion API
================
* If an new microversion API is added, the following needs to happen:
* A new patch for the microversion API change in python-novaclient side
should be submitted.
Release Notes
=============