summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-02-15 02:36:12 +0000
committerGerrit Code Review <review@openstack.org>2014-02-15 02:36:12 +0000
commit265a6ead1b420a813c3ee04c8948c601ef038dfa (patch)
treed939dd79a76055b9e3fae8b339fbe224ef0ced98
parentf488e9e1c9b2c270acf9fef93ad08ce640fd579d (diff)
parent8edc9b6a6ab6ce6aa9a23b531cae92e637d1104d (diff)
downloadpython-novaclient-265a6ead1b420a813c3ee04c8948c601ef038dfa.tar.gz
Merge "Fix spelling miss of password_func variable"
-rw-r--r--novaclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/shell.py b/novaclient/shell.py
index a182c4f8..919aa21b 100644
--- a/novaclient/shell.py
+++ b/novaclient/shell.py
@@ -671,7 +671,7 @@ class OpenStackComputeShell(object):
self.cs.client.tenant_id = tenant_id
self.cs.client.auth_token = auth_token
self.cs.client.management_url = management_url
- self.cs.client.password_fun = lambda: helper.password
+ self.cs.client.password_func = lambda: helper.password
elif use_pw:
# We're missing something, so auth with user/pass and save
# the result in our helper.