diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-10-25 20:58:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-10-25 20:58:59 +0000 |
| commit | c72fa61c4d144328c8956400b934a55d746cf6dd (patch) | |
| tree | 9469c2ff97e84cde8b53cb7d25029f42f38d7902 /keystoneclient/httpclient.py | |
| parent | 6d85d182a2cbd50f0e6a8477c97a84e149addbce (diff) | |
| parent | 07e8eb7e2c1f35b9585454649c7731d3235716d3 (diff) | |
| download | python-keystoneclient-c72fa61c4d144328c8956400b934a55d746cf6dd.tar.gz | |
Merge "Remove warning about management token"
Diffstat (limited to 'keystoneclient/httpclient.py')
| -rw-r--r-- | keystoneclient/httpclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py index d69bac3..2bd7817 100644 --- a/keystoneclient/httpclient.py +++ b/keystoneclient/httpclient.py @@ -498,7 +498,7 @@ class HTTPClient(baseclient.Client, base.BaseAuthPlugin): endpoint_type='admin', region_name=region_name) except exceptions.EndpointNotFound: - _logger.warning("Failed to retrieve management_url from token") + pass def process_token(self, region_name=None): """Extract and process information from the new auth_ref. |
