Adds an optional flag that causes template-validate to recursively validate nested stacks and expose a schema of the parameters for all stacks in the tree. This uses a similar method to stack preview in that it builds the tree in memory so we can then walk it and extract the parameter data we need. Change-Id: I7e3d752124997a0a7b8ff53e774ed8034dd2f81d Co-Authored-By: Jay Dobies <jdobies@redhat.com> Implements-blueprint: nested-validation
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