Merge "Set undercloud ansible_connection to local"

This commit is contained in:
Zuul 2020-06-24 06:07:46 +00:00 committed by Gerrit Code Review
commit f6c39f4720
1 changed files with 0 additions and 1 deletions

View File

@ -405,7 +405,6 @@ def generate_tripleo_ansible_inventory(heat, auth_url,
cacert=cacert, cacert=cacert,
ansible_ssh_user=ansible_ssh_user, ansible_ssh_user=ansible_ssh_user,
undercloud_key_file=undercloud_key_file, undercloud_key_file=undercloud_key_file,
undercloud_connection=UNDERCLOUD_CONNECTION_SSH,
ansible_python_interpreter=ansible_python_interpreter, ansible_python_interpreter=ansible_python_interpreter,
plan_name=plan, plan_name=plan,
host_network=ssh_network) host_network=ssh_network)