aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/exceptions.py
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-28 07:24:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-28 07:24:10 +0000
commit88b23a66e761d7a6f14d3bdafe72ef0cdb668a42 (patch)
treece6bdcb6c92fccad125397e9675bf1c04198ea05 /yardstick/common/exceptions.py
parent3de47d08fc211cc2afdcf7a0411e84fc9ae3f948 (diff)
parent3976fdc1cdfb6e0e749a6886a732040cb7dc6ece (diff)
Merge "Replace glance create image with shade client." into stable/fraser
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 39a3d2004..faa8688d8 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -270,6 +270,10 @@ class UpdateOpenrcError(ApiServerError):
message = 'Update openrc ERROR!'
+class ScenarioCreateImageError(YardstickException):
+ message = 'Glance Create Image Scenario failed'
+
+
class IxNetworkClientNotConnected(YardstickException):
message = 'IxNetwork client not connected to a TCL server'