Merge "Fix spelling miss of password_func variable"

This commit is contained in:
Jenkins 2014-02-15 02:36:12 +00:00 committed by Gerrit Code Review
commit 265a6ead1b

@ -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.