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