heat/devstack
Mehdi Abaakouk (sileht) 73ff2f16c4 Revert "Enable heat to use uwsgi with devstack"
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 c74db66934.

Change-Id: I4cbff7c947defbe10777d63a975e0971732a0c6a
2017-06-07 11:36:11 +00:00
..
files Make number of workers configurable with apache 2017-01-15 11:53:25 +05:30
lib Revert "Enable heat to use uwsgi with devstack" 2017-06-07 11:36:11 +00:00
upgrade Fix number of issues with grenade job 2017-02-09 16:58:26 +05:30
plugin.sh Merge "Fix typo in plugin.sh" 2016-12-25 18:00:52 +00:00
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
settings Add devstack plugin 2016-05-18 00:02:10 +08:00

Enabling heat in DevStack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository into your local.conf file:

    [[local|localrc]]
    enable_plugin heat https://git.openstack.org/openstack/heat
  3. Run stack.sh.