
Removing the uwsgi config files on stop breaks upgrades when using uwsgi, so let's not do that. Keeping the file deletes in cleanup makes sense and those calls remain. Change-Id: I603754c3f5ed5d2f143cf789df96018ec99ad692
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
.