
If the underlying nested stack doesn't exist for whatever reason, calling heat resource-list results in a NotFound response even though heat stack-show confirms the stack exists. This change catches NotFound when calling resource.nested() in format_stack_resource. Change-Id: Iba92d0590561dffb8f902865cc7134b2eddc23ac Closes-Bug: #1476834
Heat integration tests
These tests can be run against any heat-enabled OpenStack cloud, however defaults match running against a recent DevStack.
To run the tests against DevStack, do the following:
# source DevStack credentials
source /opt/stack/devstack/openrc
# run the heat integration tests with those credentials
cd /opt/stack/heat
tox -eintegration
If custom configuration is required, copy the following file:
heat_integrationtests/heat_integrationtests.conf.sample
to:
heat_integrationtests/heat_integrationtests.conf
and make any required configuration changes before running:
tox -eintegration