Add review guideline to microversion API

Python-novaclient need to be updated to address new microversion
API change , so add some suggestions in the doc.

Change-Id: Ibb2d137a6a16badea7c2619d210317b7a098ec4e
This commit is contained in:
jichenjc 2015-11-24 14:47:16 +08:00
parent 7acad854b9
commit bcd78caaf5
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

@ -152,6 +152,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
=============