Merge "doc: Add links to novaclient contributor guide"

This commit is contained in:
Zuul
2019-07-16 00:27:03 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
<contributor/microversions>` 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
+2
View File
@@ -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
<contributor/microversions>` 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.