Delete the duplicate interface about the api version

In the document of cinder api,there are duplicate interface in the
api-versions.inc and volumes-v2/v3-versions.inc about listng all
api versions(rest_method:: GET /).So remove the interface in
volumes-v2/v3-versions.inc

Closes-Bug: #1674278
Change-Id: I34da088161771ec8e518a02235c7f78988a311f5
This commit is contained in:
liuyamin 2017-03-20 18:46:51 +08:00
parent a55a6b5c71
commit 3f2539fa4f
2 changed files with 0 additions and 48 deletions

View File

@ -6,30 +6,6 @@ API versions
List API versions
~~~~~~~~~~~~~~~~~
.. rest_method:: GET /
Lists information for all Block Storage API versions.
Normal response codes: 200, 300
Request
-------
Response Example
----------------
.. literalinclude:: ./samples/versions-response.json
:language: javascript
Show API v2 details
~~~~~~~~~~~~~~~~~~~

View File

@ -6,30 +6,6 @@ API versions
List Known API versions
~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /
Lists information for all Block Storage API versions.
Normal response codes: 200
Error response codes:300,
Request
-------
Response Example
----------------
.. literalinclude:: ./samples/versions-response.json
:language: javascript
Show API v3 details
~~~~~~~~~~~~~~~~~~~