Merge "Remove unused exception HeatValidationFailedError"

This commit is contained in:
Jenkins 2016-12-21 11:04:28 +00:00 committed by Gerrit Code Review
commit 1a7a07b94a
1 changed files with 0 additions and 4 deletions

View File

@ -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."""