Enable GLOBAL_VENV

... because it is required in Ubuntu 24.04 .

Change-Id: Iba939edff0f015900ccb72c761c1e3d833805feb
This commit is contained in:
Takashi Kajinami 2024-10-16 11:26:53 +09:00
parent 19287686a6
commit b03667a2a0
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,6 @@
TEMPEST_PLUGINS: '/opt/stack/heat-tempest-plugin'
HEAT_USE_MOD_WSGI: True
CEILOMETER_PIPELINE_INTERVAL: 60
GLOBAL_VENV: False
devstack_services:
tls-proxy: false
s-account: false

View File

@ -295,6 +295,10 @@ function install_heat {
install_apache_wsgi
fi
fi
if [[ "$GLOBAL_VENV" == "True" ]] ; then
# TODO(tkajinam): find a better solution for this
sudo ln -sf $HEAT_BIN_DIR/heat-manage /usr/local/bin
fi
}
# start_heat() - Start running processes, including screen