Merge "heat: Update addresses on CREATE_FAILED" into stable/2023.2

This commit is contained in:
Zuul 2024-03-27 10:25:46 +00:00 committed by Gerrit Code Review
commit ea9eda628e
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ class HeatPoller(object):
self.nodegroup.stack_id, resolve_outputs=False)
if stack.stack_status in (fields.ClusterStatus.CREATE_COMPLETE,
fields.ClusterStatus.CREATE_FAILED,
fields.ClusterStatus.UPDATE_COMPLETE):
# Resolve all outputs if the stack is COMPLETE
stack = self.openstack_client.heat().stacks.get(