heat/devstack
Matthew Treinish 6b22300c8f Don't remove uwsgi config files on stop
Removing the uwsgi config files on stop breaks upgrades when using
uwsgi, so let's not do that. Keeping the file deletes in cleanup
makes sense and those calls remain.

Change-Id: I603754c3f5ed5d2f143cf789df96018ec99ad692
2017-09-02 19:00:25 -04:00
..
lib Don't remove uwsgi config files on stop 2017-09-02 19:00:25 -04:00
upgrade Run heat api tests after upgrade 2017-08-17 09:02:45 +00:00
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Fix devstack plugin for multinode deployment issues 2017-08-04 17:10:03 +05:30
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.