Remove glanceclient.AuthorizationFailure exception

The glanceclient.AuthorizationFailure exception isn't raised anywhere, so
remove it.

Counterpart of bug #1015940

Change-Id: I12f5aad609a30a1a2f374331e17b00c0232b0a45
This commit is contained in:
Alessio Ababilov 2012-07-11 12:26:10 +03:00
parent 58c3c4c8d9
commit 360ce39203
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ UNAUTHORIZED = (keystoneclient.Unauthorized,
keystoneclient.Forbidden,
novaclient.Unauthorized,
novaclient.Forbidden,
glanceclient.AuthorizationFailure,
glanceclient.Unauthorized,
swiftclient.AuthenticationFailed,
swiftclient.AuthenticationError)