Remove unused exception HeatValidationFailedError
Change-Id: Ic30a068a67e6be56b072d1e9a42d0c0dcf22f312
This commit is contained in:
parent
d2cbf5219d
commit
662c7afbb6
@ -66,10 +66,6 @@ class StackInUseError(TripleoCommonException):
|
||||
msg_fmt = _("Cannot delete a plan that has an associated stack.")
|
||||
|
||||
|
||||
class HeatValidationFailedError(TripleoCommonException):
|
||||
msg_fmt = _("The plan failed to validate via the Heat service. %(msg)s")
|
||||
|
||||
|
||||
class InvalidNode(ValueError):
|
||||
"""Node data is invalid."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user