summaryrefslogtreecommitdiffstats
path: root/yardstick/common/exceptions.py
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-04-26 09:04:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-26 09:04:41 +0000
commit0aae33539c4790a3fd1ffeac1fd266d8d00ad70d (patch)
tree350702acc36036f0eba2732b5e00fb5273bba224 /yardstick/common/exceptions.py
parentd2769a6197b3104d5ebaeb2e022e1d3dc7f353ea (diff)
parentaded0fdb30caf035e0eb94c1216f436ba597c2c7 (diff)
Merge "Replace nova delete keypair with shade client."
Diffstat (limited to 'yardstick/common/exceptions.py')
-rw-r--r--yardstick/common/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py
index b68deba1d..bc16cab8f 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -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'