X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fexceptions.py;h=1aa734ae3fb156c90f912e23024358ca46d23e2a;hb=2d33d0f289f3dd3864fe57289e953b876f362c06;hp=04920943d891eac977e15af5003c1654d60bce94;hpb=3cc4c5f8171f54232b40e393eea5873af78d302b;p=yardstick.git diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py index 04920943d..1aa734ae3 100644 --- a/yardstick/common/exceptions.py +++ b/yardstick/common/exceptions.py @@ -230,3 +230,7 @@ class ScenarioGetServerError(YardstickException): class ScenarioGetFlavorError(YardstickException): message = 'Nova Get Falvor Scenario failed' + + +class ScenarioCreateVolumeError(YardstickException): + message = 'Cinder Create Volume Scenario failed'