heat/devstack
Luigi Toscano 2b580f4258 Allow users to disable the tests run by Grenade
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
2019-03-01 22:47:28 +01:00
..
lib Set Tempest's service_availability setting for Heat 2018-11-26 10:03:01 +00:00
upgrade Allow users to disable the tests run by Grenade 2019-03-01 22:47:28 +01:00
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Set Tempest's service_availability setting for Heat 2018-11-26 10:03:01 +00:00
settings Remove cloudwatch service from devstack plugin 2017-10-25 11:50:15 +05:30

README.rst

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.