a5838a8c21
Now that sevices run with systemd at the gate, use the common function to make it compatible(i.e colorized_logging). Change-Id: Ieb65618c1bcda3f56201ba3d3c49f6ef1c02c650 |
||
---|---|---|
.. | ||
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
.