73ff2f16c4
It looks like heat is not ready to work inside a prefix. Telemetry gate is broken since this change. The signal urls generated by heat are wrong and doesn't have the url prefix. http://logs.openstack.org/44/468844/28/check/gate-telemetry-dsvm-integration-ceilometer-ubuntu-xenial/519194e/logs/screen-aodh-notifier.txt.gz#_Jun_07_08_45_46_995420 This reverts commit c74db669347ce8f498046e124097c3b368d16db2. Change-Id: I4cbff7c947defbe10777d63a975e0971732a0c6a
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
.