Merge "Remove three unused exceptions"

This commit is contained in:
Zuul 2020-02-25 19:10:14 +00:00 committed by Gerrit Code Review
commit fa4ec7930f
1 changed files with 0 additions and 12 deletions

View File

@ -21,10 +21,6 @@ class Base(Exception):
"""Base TripleO exception."""
class Timeout(Base):
"""An operation timed out"""
class WorkflowServiceError(Base):
"""The service type is unknown"""
@ -53,10 +49,6 @@ class PlanEnvWorkflowError(Base):
"""Plan Environment workflow has failed"""
class StackInProgress(Base):
"""Unable to deploy as the stack is busy"""
class ConfigDownloadInProgress(Base):
"""Unable to deploy as config download already in progress"""
@ -92,10 +84,6 @@ class NodeConfigurationError(WorkflowServiceError):
"""Node Configuration failed."""
class StateTransitionFailed(Base):
"""Ironic node state transition failed"""
class ProfileMatchingError(Base):
"""Failed to validate or assign node profiles"""