Replace nova get server with shade client.
[yardstick.git] / yardstick / common / exceptions.py
index 330eb5e..2d48abc 100644 (file)
@@ -214,3 +214,11 @@ class ScenarioCreateKeypairError(YardstickException):
 
 class ScenarioDeleteKeypairError(YardstickException):
     message = 'Nova Delete Keypair Scenario failed'
+
+
+class ScenarioAttachVolumeError(YardstickException):
+    message = 'Nova Attach Volume Scenario failed'
+
+
+class ScenarioGetServerError(YardstickException):
+    message = 'Nova Get Server Scenario failed'