Response is duplicated when showing Block Storage API v2 details.
This patch fixes "duplicated response" when showing Block Storage API v2 details. Change-Id: I5af4610de3a2d0f5dcf1665f141217af4aa75a6d Closes-Bug: #1539027
This commit is contained in:
parent
20a2d4ffe3
commit
1b4598056a
@ -142,7 +142,7 @@
|
||||
Shows details for Block Storage API v2.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
<response status="200">
|
||||
<response status="200 203">
|
||||
<representation mediaType="application/json">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
@ -170,15 +170,6 @@
|
||||
</param>
|
||||
</representation>
|
||||
</response>
|
||||
<response status="203">
|
||||
<representation mediaType="application/json">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN">
|
||||
<xsdxt:code
|
||||
href="../samples/volumes/version-v2-show-response.json"/>
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
<method name="GET" id="listExtensions-cinder-v2">
|
||||
<wadl:doc xml:lang="EN" title="List API extensions"
|
||||
|
Loading…
Reference in New Issue
Block a user