summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--savannaclient/api/client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/savannaclient/api/client.py b/savannaclient/api/client.py
index d4d6d42..93ba6c1 100644
--- a/savannaclient/api/client.py
+++ b/savannaclient/api/client.py
@@ -53,7 +53,8 @@ class Client(object):
token=input_auth_token,
tenant_id=project_id,
tenant_name=project_name,
- auth_url=auth_url)
+ auth_url=auth_url,
+ endpoint=auth_url)
keystone.authenticate()
token = keystone.auth_token