diff options
| author | Brian Waldon <bcwaldon@gmail.com> | 2012-07-10 21:10:40 -0700 |
|---|---|---|
| committer | Brian Waldon <bcwaldon@gmail.com> | 2012-07-10 21:10:40 -0700 |
| commit | d2ab65255f6b9ee0b35fd669f4b35348ba107dd3 (patch) | |
| tree | 0e529ced8e9fea4402945898c41dc1f35c12973d /glanceclient/common/exceptions.py | |
| parent | cf8613e76d4682c924a900a17b43197d569d7ad3 (diff) | |
| download | python-glanceclient-d2ab65255f6b9ee0b35fd669f4b35348ba107dd3.tar.gz | |
Remove AuthorizationFailure exception
The AuthorizationFailure exception isn't used anywhere, so
remove it.
Fix bug 1015940.
Change-Id: Ie6da74b63e3d1658c8ae26c272222f00f1209e38
Diffstat (limited to 'glanceclient/common/exceptions.py')
| -rw-r--r-- | glanceclient/common/exceptions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glanceclient/common/exceptions.py b/glanceclient/common/exceptions.py index fd8ed74..d88f94b 100644 --- a/glanceclient/common/exceptions.py +++ b/glanceclient/common/exceptions.py @@ -7,10 +7,6 @@ class CommandError(Exception): pass -class AuthorizationFailure(Exception): - pass - - class NoTokenLookupException(Exception): """This form of authentication does not support looking up endpoints from an existing token.""" |
