Merge "Replace nova delete keypair with shade client."
[yardstick.git] / yardstick / common / exceptions.py
index b68deba..bc16cab 100644 (file)
@@ -202,3 +202,7 @@ class ScenarioDeleteServerError(YardstickException):
 
 class ScenarioCreateKeypairError(YardstickException):
     message = 'Nova Create Keypair Scenario failed'
+
+
+class ScenarioDeleteKeypairError(YardstickException):
+    message = 'Nova Delete Keypair Scenario failed'