diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-02-01 16:40:04 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-04-05 13:54:08 -0500 |
| commit | 46b8cad4c3a5f7a4fb3a08b4ce6fb63fa47ebac3 (patch) | |
| tree | 05cfa35ba1c92e4dcdc8038890100e7ff07502be /openstackclient/shell.py | |
| parent | 25a77f7c7c00fc8255c330f395ace24a4e75db8b (diff) | |
| download | python-openstackclient-46b8cad4c3a5f7a4fb3a08b4ce6fb63fa47ebac3.tar.gz | |
Clean up password prompt work-arounds
osc-lib 1.2 is minimum and now handles the password prompting.
Change-Id: Ie11ad64796d3a89c7396b321c34947d622d1ed39
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 4ec357cd..8fdf0b61 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -170,6 +170,7 @@ class OpenStackShell(shell.OpenStackShell): self.client_manager = clientmanager.ClientManager( cli_options=self.cloud, api_version=self.api_version, + pw_func=shell.prompt_for_password, ) def prepare_to_run_command(self, cmd): |
