summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-10 05:37:41 +0000
committerGerrit Code Review <review@openstack.org>2015-03-10 05:37:41 +0000
commit2f4cfb6cd50e6305111fdf51698fb73835b9aa58 (patch)
tree6f28fcc14b8d0c2dfd044cb9500d92a0dd9715c8 /openstackclient/common
parent0fed88fb07e7b0cd211815c430d1c386a16c87cd (diff)
parent749920bc65d4859eeaf44d16ae94f842d88af178 (diff)
downloadpython-openstackclient-2f4cfb6cd50e6305111fdf51698fb73835b9aa58.tar.gz
Merge "Move OSC auth plugins so they can be found"
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/clientmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/clientmanager.py b/openstackclient/common/clientmanager.py
index 748894a9..10f38c25 100644
--- a/openstackclient/common/clientmanager.py
+++ b/openstackclient/common/clientmanager.py
@@ -122,7 +122,7 @@ class ClientManager(object):
# password auth is requested.
if (self.auth_plugin_name.endswith('password') and
not self._cli_options.os_password):
- self._cli_options.os_password = self.pw_callback()
+ self._cli_options.os_password = self._pw_callback()
(auth_plugin, self._auth_params) = auth.build_auth_params(
self.auth_plugin_name,