The inventory currently tries to fetch stack outputs without checking if
the stack exists, so the inventory breaks if the plan has no
corresponding stack.
This patch changes the StackOutputs class to hide heat API exceptions
and return an empty output list instead.
Reviewed: https:/ /review. openstack. org/469554 /git.openstack. org/cgit/ openstack/ tripleo- validations/ commit/ ?id=7fb11d24ade 7167c11796be3e2 344b6ca5741de0
Committed: https:/
Submitter: Jenkins
Branch: master
commit 7fb11d24ade7167 c11796be3e2344b 6ca5741de0
Author: Florian Fuchs <email address hidden>
Date: Wed May 31 18:08:05 2017 +0200
Fix inventory without existing stack
The inventory currently tries to fetch stack outputs without checking if
the stack exists, so the inventory breaks if the plan has no
corresponding stack.
This patch changes the StackOutputs class to hide heat API exceptions
and return an empty output list instead.
Change-Id: Icb9e6828aeb1f6 5d8707333fc1098 942f1691204
Closes-Bug: #1694712