heat/devstack
Ghanshyam Mann 30d8fb37ed Fix python executable file for heat: greande GLOBAL_VENV
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 b3bd897cc3)
(cherry picked from commit 3e4da430b0)
2024-10-18 14:19:53 +00:00
..
lib Enable GLOBAL_VENV 2024-10-17 01:08:53 +00:00
upgrade Fix python executable file for heat: greande GLOBAL_VENV 2024-10-18 14:19:53 +00:00
plugin.sh Migrate functional test jobs to zuul v3 2020-01-07 09:38:04 +08:00
README.rst Switch to use opendev.org 2019-04-22 09:36:50 +05:30
settings Drop creating extra endpoints in devstack 2019-08-19 10:33:49 +00:00

Enabling heat in DevStack

  1. Download DevStack:

    git clone https://opendev.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://opendev.org/openstack/heat
  3. Run stack.sh.