536eb28ea6
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 |
||
---|---|---|
.. | ||
files | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://git.openstack.org/openstack/heat
Run
stack.sh
.