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:
parent
58c3c4c8d9
commit
360ce39203
@ -206,7 +206,6 @@ UNAUTHORIZED = (keystoneclient.Unauthorized,
|
||||
keystoneclient.Forbidden,
|
||||
novaclient.Unauthorized,
|
||||
novaclient.Forbidden,
|
||||
glanceclient.AuthorizationFailure,
|
||||
glanceclient.Unauthorized,
|
||||
swiftclient.AuthenticationFailed,
|
||||
swiftclient.AuthenticationError)
|
||||
|
Loading…
Reference in New Issue
Block a user