From f868ccd6703f9bd65646a63d2270dd7e28208452 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 9 Dec 2016 16:50:09 +0000 Subject: [PATCH] Remove two unused Exception subclasses Change-Id: I2f6b682681b3089eaaa5ae6686fef44e4807f49e --- tripleoclient/exceptions.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tripleoclient/exceptions.py b/tripleoclient/exceptions.py index 26608a6de..59cacdcea 100644 --- a/tripleoclient/exceptions.py +++ b/tripleoclient/exceptions.py @@ -72,13 +72,5 @@ class ProfileMatchingError(Exception): """Failed to validate or assign node profiles""" -class PasswordFileNotFound(Exception): - """Password file for the Heat stack not found in the current working dir""" - - -class RootDeviceDetectionError(Exception): - """Failed to detect the root device""" - - class PlanCreationError(Exception): """Plan creation failed"""