summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/v2_0/users.py')
-rw-r--r--keystoneclient/v2_0/users.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/keystoneclient/v2_0/users.py b/keystoneclient/v2_0/users.py
index 11e06f3..ccbaf2c 100644
--- a/keystoneclient/v2_0/users.py
+++ b/keystoneclient/v2_0/users.py
@@ -75,7 +75,8 @@ class UserManager(base.ManagerWithFind):
params = {"user": {"password": passwd,
"original_password": origpasswd}}
- return self._update("/OS-KSCRUD/users/%s" % self.api.user_id, params,
+ return self._update("/OS-KSCRUD/users/%s" % self.client.user_id,
+ params,
response_key="access",
method="PATCH",
endpoint_filter={'interface': 'public'},