From 517ff099e8c1daba0f9e3bea22ea5fc1fac73dda Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 16 Jul 2019 18:09:30 +0900 Subject: [PATCH] doc: Clarify versioned wrapped method The 'versioned wrapped shell method' is a bit unclear. So fix it and add more description for it. Change-Id: Ie50453b73adf1df5a77a582cc40612c5213c04d5 --- doc/source/contributor/microversions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/microversions.rst b/doc/source/contributor/microversions.rst index 7cd41c466..a3194a900 100644 --- a/doc/source/contributor/microversions.rst +++ b/doc/source/contributor/microversions.rst @@ -32,8 +32,8 @@ in *python-novaclient*. Add the microversion in the ``exclusions`` in the ``test_versions`` method of the ``novaclient.tests.unit.v2.test_shell.ShellTest`` class - if there are no versioned wrapped shell method changes - for the microversion. + if there are no versioned wrapped method changes for the microversion. + The versioned wrapped methods have ``@api_versions.wraps`` decorators. For example (microversion 2.72 example)::