openstack-heat/devstack
rabi e943d0874c Make number of workers configurable with apache
This also adds the CustomLog directive to separately log
requests.

Change-Id: I7939e1a46f97a00f626cf282c9cba48208d9edea
Closes-Bug: #1656616
2017-01-15 11:53:25 +05:30
..
files Make number of workers configurable with apache 2017-01-15 11:53:25 +05:30
lib Make number of workers configurable with apache 2017-01-15 11:53:25 +05:30
upgrade Revert "Fix devstack plugin" workaround 2016-12-06 18:17:54 +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``.