Merge "Drop ssh-user from 'upgrade run' template."

This commit is contained in:
Zuul 2018-11-08 14:18:07 +00:00 committed by Gerrit Code Review
commit 4b437d7681
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ openstack overcloud upgrade run \
{% if tripleo_upgrade_debug|bool -%}
--debug \
{% endif -%}
{% if overcloud_ssh_user -%}
--ssh-user {{ overcloud_ssh_user }} \
{% endif -%}
--roles {{ item }} --playbook {{ playbook }} 2>&1
echo "[$(date)] Finished major upgrade {{ playbook }} playbook for {{ item }} role"