Remove missed return message

This commit is contained in:
Joshua Boniface 2019-07-07 16:42:54 -04:00
parent 128db8e683
commit 9c89a22ec4
1 changed files with 0 additions and 2 deletions

View File

@ -597,5 +597,3 @@ Add a new Ceph RBD volume snapshot with name `<volume>` of Ceph RBD volume with
* Optional values: N/A * Optional values: N/A
Remove a Ceph RBD volume snapshot with name `<volume>` of Ceph RBD volume with name `<volume>` on Ceph RBD pool with name `<pool>`. Remove a Ceph RBD volume snapshot with name `<volume>` of Ceph RBD volume with name `<volume>` on Ceph RBD pool with name `<pool>`.
Return a JSON `message` indicating either success and HTTP code 200, or failure and HTTP code 510.