Merge "Fix keystoneclient so swift works against Rackspace Cloud Files"

This commit is contained in:
Jenkins
2012-11-05 22:57:59 +00:00
committed by Gerrit Code Review

View File

@@ -138,3 +138,8 @@ class Client(client.HTTPClient):
# Unscoped tokens don't return a service catalog;
# allow those to pass while any other errors bubble up.
pass
except exceptions.EndpointNotFound:
# the client shouldn't expect the authenticating user to
# be authorized to view adminURL's, nor expect the identity
# endpoint to publish one
pass