mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-17 07:10:27 +00:00
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
=========================
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``.