Merge "Replace nova create instance with shade client."
[yardstick.git] / yardstick / common / exceptions.py
index ec21c33..521c2ee 100644 (file)
@@ -190,3 +190,7 @@ class ScenarioCreateSecurityGroupError(YardstickException):
 
 class ScenarioDeleteNetworkError(YardstickException):
     message = 'Delete Neutron Network Scenario failed'
+
+
+class ScenarioCreateServerError(YardstickException):
+    message = 'Nova Create Server Scenario failed'