Clean up password prompt work-arounds
osc-lib 1.2 is minimum and now handles the password prompting. Change-Id: Ie11ad64796d3a89c7396b321c34947d622d1ed39
This commit is contained in:
openstackclient
@ -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):
|
||||
|
Reference in New Issue
Block a user