heat/devstack
Michael Ionkin 3cf288bc8c no need to run integration tests in upgrade
the purpose of upgrade script is to upgrade service,
and heat shouldn't run any jobs inside of that. moreover
there is no benefit in executing these tests after upgrade
because it doesn't test anything related to upgrades:
if heat is correctly configured after upgrade it will be ready
to run tests (but this can be covered by usual integration job).
heat should be testing specific things like
updating stacks after migration to the new openstack code,
deleting stacks and so on.

Co-authored-by: Vitaly Gridnev <vgridnev@mirantis.com>
Change-Id: Ie600dfc09db0ffa91609f92be4b9ef27259b5314
2016-08-11 08:01:41 +00:00
..
files Copy devstack code to heat tree 2016-05-17 23:57:43 +08:00
lib Merge "Add devstack plugin" 2016-06-30 16:06:53 +00:00
upgrade no need to run integration tests in upgrade 2016-08-11 08:01:41 +00:00
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Add devstack plugin 2016-05-18 00:02:10 +08:00
settings Add devstack plugin 2016-05-18 00:02:10 +08:00

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.