From 09d24e5ffac7fa01ba4470ad6c2f8d8a23902e5e Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Thu, 4 Jul 2019 11:53:38 +0900 Subject: [PATCH] doc: Add links to novaclient contributor guide Add links to the document for adding a new microversion support in python-novaclient. Depends-On: https://review.opendev.org/667002 Change-Id: Ic58afe401464a0da2b19306e7cc6ce412f177b16 --- doc/source/contributor/code-review.rst | 2 ++ doc/source/contributor/microversions.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/source/contributor/code-review.rst b/doc/source/contributor/code-review.rst index 8ce8e05524bc..3d42f650170d 100644 --- a/doc/source/contributor/code-review.rst +++ b/doc/source/contributor/code-review.rst @@ -234,6 +234,8 @@ If a 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 before the microversion change in Nova is merged. + See :python-novaclient-doc:`Adding support for a new microversion + ` in python-novaclient for more details. * If the microversion changes the response schema, a new schema and test for the microversion must be added to Tempest. The microversion change in Nova should not be merged until the Tempest test is submitted and at least diff --git a/doc/source/contributor/microversions.rst b/doc/source/contributor/microversions.rst index 35df8309866b..c9610c850bb9 100644 --- a/doc/source/contributor/microversions.rst +++ b/doc/source/contributor/microversions.rst @@ -368,6 +368,8 @@ necessary to add changes to other places which describe your change: * Make a new commit to python-novaclient and update corresponding files to enable the newly added microversion API. + See :python-novaclient-doc:`Adding support for a new microversion + ` in python-novaclient for more details. * If the microversion changes the response schema, a new schema and test for the microversion must be added to Tempest.