2 parents 1ea34fc + ef0cf00 commit 963f304Copy full SHA for 963f304
1 file changed
openstackclient/common/clientmanager.py
@@ -125,7 +125,7 @@ def setup_auth(self):
125
# password auth is requested.
126
if (self.auth_plugin_name.endswith('password') and
127
not self._cli_options.auth.get('password', None)):
128
- self._cli_options.os_password = self._pw_callback()
+ self._cli_options.auth['password'] = self._pw_callback()
129
130
(auth_plugin, self._auth_params) = auth.build_auth_params(
131
self.auth_plugin_name,
0 commit comments