summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py1
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):