openstack-heat/devstack
lvdongbing e1d8eb7e81 Cleanup heat apache wsgi configs
Fix the issue that '_cleanup_heat_apache_wsgi' did not be invoked in
'cleanup_heat'.

Change-Id: Ie1960cf78af34f482d6f7c504307b6bcbf3a87b9
2016-11-14 14:00:42 -05:00
..
files Copy devstack code to heat tree 2016-05-17 23:57:43 +08:00
lib Cleanup heat apache wsgi configs 2016-11-14 14:00:42 -05:00
upgrade Run integration tests with tempest before upgrade 2016-09-24 18:15:49 +05:30
plugin.sh Remove unnecessary install_heat_other 2016-10-19 09:36:56 +05:30
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
settings Add devstack plugin 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``.