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:
parent
7acad854b9
commit
bcd78caaf5
@ -310,6 +310,9 @@ necessary to add changes to other places which describe your change:
|
|||||||
``doc/api_samples/versions/versions-get-resp.json`` and
|
``doc/api_samples/versions/versions-get-resp.json`` and
|
||||||
``nova/tests/functional/api_samples/versions/versions-get-resp.json.tpl``.
|
``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
|
Allocating a microversion
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
@ -152,6 +152,14 @@ Please note:
|
|||||||
* We are only talking about the testing of in-tree code. Please note the only
|
* We are only talking about the testing of in-tree code. Please note the only
|
||||||
public API is our REST API, see: :doc:`policies`
|
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
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user