Generate inventory with default ansible_ssh_user

Always generate inventory with tripleo-admin.

Change-Id: Ibb2398d579981f423010c6d6d8f495553230d156
This commit is contained in:
Rabi Mishra 2022-07-16 21:04:09 +05:30
parent 40abe6c7ac
commit 7d9de32076
1 changed files with 0 additions and 1 deletions

View File

@ -1165,7 +1165,6 @@ class DeployOvercloud(command.Command):
'config_dir': config_dir,
'preserve_config': preserve_config_dir,
'output_dir': config_download_dir,
'ansible_ssh_user': parsed_args.overcloud_ssh_user,
'ansible_ssh_private_key_file': key_file,
'ssh_network': parsed_args.overcloud_ssh_network,
'python_interpreter':