2b580f4258
Setting RUN_HEAT_INTEGRATION_TESTS=False disables the Heat integration tests which are normally executed by Grenade after the deployment of the base environment and after the upgrade. This is useful when Heat is used in a Grenade job of another component, where the focus of the testing is not Heat itself, thus shortening the run-time of the overall Grenade job. The default behavior is unchanged. Change-Id: I47b258fecd45ebc08c82df179625bcfb57a32894 |
||
---|---|---|
.. | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://git.openstack.org/openstack/heat
Run
stack.sh
.