Merge "[Pike only] use --plan instead of --stack for tripleo-ansible-inventory" into stable/pike

This commit is contained in:
Zuul 2018-08-03 13:35:22 +00:00 committed by Gerrit Code Review
commit fe1c009275
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class UpdateOvercloud(command.Command):
'tripleo-ansible-inventory')
try:
processutils.execute('/bin/tripleo-ansible-inventory',
'--stack', stack,
'--plan', stack,
'--static-inventory', inventory_file)
except processutils.ProcessExecutionError as e:
message = "Failed to generate inventory: %s" % str(e)