Added ClusterValidationException
This commit is contained in:
parent
bc1a9337ce
commit
2390df8683
@ -211,6 +211,10 @@ class ClusterExists(SenlinException):
|
|||||||
msg_fmt = _("The Cluster (%(cluster_name)s) already exists.")
|
msg_fmt = _("The Cluster (%(cluster_name)s) already exists.")
|
||||||
|
|
||||||
|
|
||||||
|
class ClusterValidationFailed(SenlinException):
|
||||||
|
msg_fmt = _("%(message)s")
|
||||||
|
|
||||||
|
|
||||||
class PolicyNotFound(SenlinException):
|
class PolicyNotFound(SenlinException):
|
||||||
msg_fmt = _("The Policy (%(policy_name)s) could not be found.")
|
msg_fmt = _("The Policy (%(policy_name)s) could not be found.")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user