aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/exceptions.py
diff options
context:
space:
mode:
authorShobhi Jain <shobhi.jain@intel.com>2018-04-10 14:13:50 +0100
committerShobhi Jain <shobhi.jain@intel.com>2018-05-08 11:35:09 +0100
commit4c672aa7012a530806a2f8ff2d45a8badb7f7b21 (patch)
tree756f2756127fdf796818bee66056d98d7bb5291d /yardstick/common/exceptions.py
parent2d33d0f289f3dd3864fe57289e953b876f362c06 (diff)
Replace cinder delete volume with shade client.
Function delete volume now uses shade client. JIRA: YARDSTICK-891 Change-Id: I016e1d3bf5972879cad176b56c7282e35413945e Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Diffstat (limited to 'yardstick/common/exceptions.py')
-rw-r--r--yardstick/common/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py
index 1aa734ae3..f82290036 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -234,3 +234,7 @@ class ScenarioGetFlavorError(YardstickException):
class ScenarioCreateVolumeError(YardstickException):
message = 'Cinder Create Volume Scenario failed'
+
+
+class ScenarioDeleteVolumeError(YardstickException):
+ message = 'Cinder Delete Volume Scenario failed'