mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
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
=========================
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
2. Add this repo as an external repository into your ``local.conf`` file::
[[local|localrc]]
enable_plugin heat https://git.openstack.org/openstack/heat
3. Run ``stack.sh``.