diff --git a/tripleoclient/exceptions.py b/tripleoclient/exceptions.py index f4af206a5..aac367bc7 100644 --- a/tripleoclient/exceptions.py +++ b/tripleoclient/exceptions.py @@ -139,3 +139,7 @@ class BannedParameters(Base): class HeatPodMessageQueueException(Base): """Heat messaging queue not created""" + + +class InvalidPlaybook(Base): + """Invalid playbook path specified"""