30d8fb37ed
Grenade is going to install and run everything from virtual env - https://review.opendev.org/c/openstack/grenade/+/930507 Heat grenade job needs to install and run from venv. This fixes the heat bin directory locaiton otherwise it will fail with below error - https://zuul.opendev.org/t/openstack/build/9b20c32fe9594d8b963c17c9f02aa76e Needed-By: https://review.opendev.org/c/openstack/grenade/+/930507/12 Change-Id: I3a670795593da81078bb3709eedda0804871ad63 (cherry picked from commit |
||
---|---|---|
.. | ||
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
.