rabi 7afb32bdd6 Don't run neutron tests before upgrade
We seem to be running quite a few neutron tests during
upgrade and it seems to result in neutron quotas for
resources being exceeded, when tests run in parallel.

We should avoid running them.

Change-Id: I0a88f509af05a98ddd4811ea920a81cc997a0c6a
Closes-Bug: #1618789
2016-08-31 14:52:12 +05:30
..
2016-05-17 23:57:43 +08:00
2016-08-24 13:10:56 +00:00
2016-08-08 14:24:09 +00:00
2016-05-18 00:02:10 +08:00
2016-05-18 00:02:10 +08:00

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.