c92e5a2b2a
This adds the actual devstack plugin, devstack should not run the heat code in the devstack project. Note that this is not yet configured to run in the gate. Change-Id: I8d0918a8f8bb8399793c7164d26739953710b3ec
16 lines
371 B
ReStructuredText
16 lines
371 B
ReStructuredText
=========================
|
|
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``.
|