Update cinder delete_volume description.
A delete volume operation will fail with a 400 error code if any snapshots based on the specified volume exist. Updating the api documentation to note this. Change-Id: I6e228baa4b6f701bdb2db9e4dad170864892ff4f Closes-Bug: 1394332
This commit is contained in:
parent
99efe09a8a
commit
0ae9f80a70
@ -543,7 +543,7 @@
|
||||
<method name="DELETE" id="deleteVolume">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||
title="Delete volume">
|
||||
<para role="shortdesc">Deletes a specified volume.</para>
|
||||
<para role="shortdesc">Deletes a specified volume. Will fail if any snapshots based on the volume exist.</para>
|
||||
</wadl:doc>
|
||||
<response status="202"/>
|
||||
</method>
|
||||
|
Loading…
x
Reference in New Issue
Block a user