summaryrefslogtreecommitdiff
path: root/horizon/exceptions.py
diff options
context:
space:
mode:
authorAlessio Ababilov <aababilov@griddynamics.com>2012-07-11 12:26:10 +0300
committerAlessio Ababilov <aababilov@griddynamics.com>2012-07-11 12:27:30 +0300
commit360ce39203c178528eea0bdb35ea66731441241e (patch)
treeaefdf8ed03e5304363a510c515edff988bda4642 /horizon/exceptions.py
parent58c3c4c8d9aeb1bcbaf581a0710d078f1115f4f4 (diff)
downloadhorizon-360ce39203c178528eea0bdb35ea66731441241e.tar.gz
Remove glanceclient.AuthorizationFailure exception
The glanceclient.AuthorizationFailure exception isn't raised anywhere, so remove it. Counterpart of bug #1015940 Change-Id: I12f5aad609a30a1a2f374331e17b00c0232b0a45
Diffstat (limited to 'horizon/exceptions.py')
-rw-r--r--horizon/exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/horizon/exceptions.py b/horizon/exceptions.py
index 35e3fbb2f..fa799625e 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)