heat/devstack
rabi 536eb28ea6 Use apache config templates from local tree
Now that the apache job is fixed, change the plugin to use
apache config templates from local tree. Else, it would
not work when the devstack tree code is removed.

Change-Id: I9a8627ad85821001968948dd7798999c8db14023
2016-11-17 04:04:24 +00:00
..
files Copy devstack code to heat tree 2016-05-17 23:57:43 +08:00
lib Use apache config templates from local tree 2016-11-17 04:04:24 +00:00
upgrade Run integration tests with tempest before upgrade 2016-09-24 18:15:49 +05:30
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Remove unnecessary install_heat_other 2016-10-19 09:36:56 +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.