summaryrefslogtreecommitdiff
path: root/heatclient/common
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common')
-rw-r--r--heatclient/common/http.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/heatclient/common/http.py b/heatclient/common/http.py
index 329d9c2..3d05b91 100644
--- a/heatclient/common/http.py
+++ b/heatclient/common/http.py
@@ -347,7 +347,6 @@ def _construct_http_client(endpoint=None, username=None, password=None,
auth = kwargs.pop('auth', None)
if session:
- kwargs['endpoint_override'] = endpoint
return SessionClient(session, auth=auth, **kwargs)
else:
return HTTPClient(endpoint=endpoint, username=username,