mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Fix interactive password prompt"
This commit is contained in:
commit
963f3049c0
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class ClientManager(object):
|
|||
# password auth is requested.
|
||||
if (self.auth_plugin_name.endswith('password') and
|
||||
not self._cli_options.auth.get('password', None)):
|
||||
self._cli_options.os_password = self._pw_callback()
|
||||
self._cli_options.auth['password'] = self._pw_callback()
|
||||
|
||||
(auth_plugin, self._auth_params) = auth.build_auth_params(
|
||||
self.auth_plugin_name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue