Merge "Train only: supply the stack name when creating the inventory" into stable/train

This commit is contained in:
Zuul 2020-09-24 03:51:41 +00:00 committed by Gerrit Code Review
commit b88ec4d7a3
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class DeleteOvercloud(command.Command):
try:
static_inventory = utils.get_tripleo_ansible_inventory(
stack=stack_name,
return_inventory_file_path=True)
except exceptions.InvalidConfiguration:
self.log.warning(