Comment 2 for bug 1694712

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-validations (master)

Reviewed: https://review.openstack.org/469554
Committed: https://git.openstack.org/cgit/openstack/tripleo-validations/commit/?id=7fb11d24ade7167c11796be3e2344b6ca5741de0
Submitter: Jenkins
Branch: master

commit 7fb11d24ade7167c11796be3e2344b6ca5741de0
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: Icb9e6828aeb1f65d8707333fc1098942f1691204
    Closes-Bug: #1694712