Replace nova delete instance with shade client.
[yardstick.git] / yardstick / common / exceptions.py
index 3f5f375..1b82d5d 100644 (file)
@@ -178,3 +178,7 @@ class ScenarioDeleteNetworkError(YardstickException):
 
 class ScenarioCreateServerError(YardstickException):
     message = 'Nova Create Server Scenario failed'
+
+
+class ScenarioDeleteServerError(YardstickException):
+    message = 'Delete Server Scenario failed'