Merge "Get the deployment group resources again after CREATE_COMPLETE"

This commit is contained in:
Jenkins 2017-06-14 00:54:02 +00:00 committed by Gerrit Code Review
commit 9e410ec4dd
1 changed files with 5 additions and 1 deletions

View File

@ -94,7 +94,11 @@ resources:
signal_required=True,
resources_to_signal=group_resources)
self.check_input_values(group_resources, 'foo', 'foo_input')
created_group_resources = self.list_group_resources(
stack_identifier, 'deployment', minimal=False)
self.check_input_values(created_group_resources,
'foo', 'foo_input')
self.update_stack(stack_identifier,
template=template,