Merge "Raise logging message for stacks found in *_FAILED state"

This commit is contained in:
Zuul 2021-09-22 17:35:52 +00:00 committed by Gerrit Code Review
commit 6285e533e4
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class HeatStackFixture(tobiko.SharedFixture):
return self.validate_created_stack()
if stack_status.endswith('_FAILED'):
LOG.debug(f"Stack '{self.stack_name}' (id='{stack.id}') "
LOG.error(f"Stack '{self.stack_name}' (id='{stack.id}') "
f"found in '{stack_status}' status (reason="
f"'{stack.stack_status_reason}'). Deleting it...")
self.delete_stack(stack_id=stack.id)