diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-03-10 05:37:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-03-10 05:37:41 +0000 |
| commit | 2f4cfb6cd50e6305111fdf51698fb73835b9aa58 (patch) | |
| tree | 6f28fcc14b8d0c2dfd044cb9500d92a0dd9715c8 /openstackclient/common | |
| parent | 0fed88fb07e7b0cd211815c430d1c386a16c87cd (diff) | |
| parent | 749920bc65d4859eeaf44d16ae94f842d88af178 (diff) | |
| download | python-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.py | 2 |
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, |
