From 360ce39203c178528eea0bdb35ea66731441241e Mon Sep 17 00:00:00 2001 From: Alessio Ababilov Date: Wed, 11 Jul 2012 12:26:10 +0300 Subject: [PATCH] Remove glanceclient.AuthorizationFailure exception The glanceclient.AuthorizationFailure exception isn't raised anywhere, so remove it. Counterpart of bug #1015940 Change-Id: I12f5aad609a30a1a2f374331e17b00c0232b0a45 --- horizon/exceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/horizon/exceptions.py b/horizon/exceptions.py index 35e3fbb2f7..fa799625ea 100644 --- a/horizon/exceptions.py +++ b/horizon/exceptions.py @@ -206,7 +206,6 @@ UNAUTHORIZED = (keystoneclient.Unauthorized, keystoneclient.Forbidden, novaclient.Unauthorized, novaclient.Forbidden, - glanceclient.AuthorizationFailure, glanceclient.Unauthorized, swiftclient.AuthenticationFailed, swiftclient.AuthenticationError)