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
371 B
371 B
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
.