Merge "Pass Global Request ID on with session client"
This commit is contained in:
@@ -352,7 +352,6 @@ class SessionClient(adapter.Adapter, _BaseHTTPClient):
|
||||
def __init__(self, session, **kwargs):
|
||||
kwargs.setdefault('user_agent', USER_AGENT)
|
||||
kwargs.setdefault('service_type', 'image')
|
||||
self.global_request_id = kwargs.pop('global_request_id', None)
|
||||
super(SessionClient, self).__init__(session, **kwargs)
|
||||
|
||||
def request(self, url, method, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user