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:
pcrews 2014-11-20 14:55:53 -08:00
parent 99efe09a8a
commit 0ae9f80a70

View File

@ -543,7 +543,7 @@
<method name="DELETE" id="deleteVolume"> <method name="DELETE" id="deleteVolume">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN" <wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Delete volume"> 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> </wadl:doc>
<response status="202"/> <response status="202"/>
</method> </method>