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 b3bd897cc32a2fee41deaa64f704f16d70c2b3fe)
(cherry picked from commit 3e4da430b02a4e4b731bbfc8a99b478f19d2dcc8)
2024-10-18 14:19:53 +00:00
..
2024-10-17 01:08:53 +00:00
2019-04-22 09:36:50 +05:30

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.