Merge "Add ssh-user to get_tripleo_ansible_inventory" into stable/queens

This commit is contained in:
Zuul 2018-05-09 11:59:02 +00:00 committed by Gerrit Code Review
commit c7b7b4e3dc
1 changed files with 2 additions and 2 deletions

View File

@ -148,10 +148,10 @@ class FFWDUpgradeRun(command.Command):
clients = self.app.client_manager
stack = parsed_args.stack
ssh_user = parsed_args.ssh_user
# Run ansible:
inventory = oooutils.get_tripleo_ansible_inventory(
parsed_args.static_inventory, stack)
parsed_args.static_inventory, ssh_user, stack)
# Don't expost limit_hosts. We need this on the whole overcloud.
limit_hosts = ''
oooutils.run_update_ansible_action(