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