Merge "Pass undercloud_connection in TripleoInventory instantiation."

This commit is contained in:
Zuul 2019-08-29 10:26:30 +00:00 committed by Gerrit Code Review
commit de81eae03d
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ def main():
ansible_ssh_user=configs.ansible_ssh_user,
plan_name=configs.stack or configs.plan,
ansible_python_interpreter=configs.ansible_python_interpreter,
undercloud_connection=configs.undercloud_connection,
undercloud_key_file=configs.undercloud_key_file,
host_network=configs.ssh_network,
serial=configs.serial)