openstack-heat/devstack
2017-02-09 16:41:23 +00:00
..
files Make number of workers configurable with apache 2017-01-15 11:53:25 +05:30
lib Merge "Remove leftover install_heat_other" 2017-02-08 14:54:04 +00:00
upgrade Fix number of issues with grenade job 2017-02-09 16:58:26 +05:30
plugin.sh Merge "Fix typo in plugin.sh" 2016-12-25 18:00:52 +00:00
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``.