![rabi](/assets/img/avatar_default.png)
This also adds the CustomLog directive to separately log requests. Change-Id: I7939e1a46f97a00f626cf282c9cba48208d9edea Closes-Bug: #1656616
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
.