Merge "Remove useless code"
This commit is contained in:
@@ -28,9 +28,6 @@ class AccessInfo(dict):
|
||||
"""An object for encapsulating a raw authentication token from keystone
|
||||
and helper methods for extracting useful values from that token."""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
dict.__init__(self, *args, **kwargs)
|
||||
|
||||
def will_expire_soon(self, stale_duration=None):
|
||||
""" Determines if expiration is about to occur.
|
||||
|
||||
|
||||
@@ -71,7 +71,6 @@ class HTTPClient(object):
|
||||
self.tenant_id = None
|
||||
self.tenant_name = None
|
||||
self.auth_url = None
|
||||
self.token = None
|
||||
self.auth_token = None
|
||||
self.management_url = None
|
||||
if timeout is not None:
|
||||
|
||||
Reference in New Issue
Block a user