1292ebb1bf
The wsgi_script feature is being removed because of some changes in underlying python packaging tooling. This makes heat to vendor the wsgi module which can be used instead of the wsgi script, according to the proposed community goal[1]. The existing wsgi scripts are kept now for smooth transition. [1] https://review.opendev.org/c/openstack/governance/+/902807 Depends-On: https://review.opendev.org/c/openstack/devstack/+/902758 Change-Id: I4dc92f06610753171215913180ce7cdab15ba047 |
||
---|---|---|
.. | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://opendev.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh
.