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

View File

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