Merge "Don't use sessions if third party plugin is used"
This commit is contained in:
@@ -478,7 +478,8 @@ def _construct_http_client(username=None, password=None, project_id=None,
|
|||||||
auth=None,
|
auth=None,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
|
|
||||||
if session:
|
# Don't use sessions if third party plugin is used
|
||||||
|
if session and not auth_plugin:
|
||||||
kwargs.setdefault('user_agent', 'python-cinderclient')
|
kwargs.setdefault('user_agent', 'python-cinderclient')
|
||||||
kwargs.setdefault('interface', endpoint_type)
|
kwargs.setdefault('interface', endpoint_type)
|
||||||
return SessionClient(session=session,
|
return SessionClient(session=session,
|
||||||
|
Reference in New Issue
Block a user