Enable GLOBAL_VENV
... because it is required in Ubuntu 24.04 . Change-Id: Iba939edff0f015900ccb72c761c1e3d833805feb
This commit is contained in:
parent
19287686a6
commit
b03667a2a0
@ -29,7 +29,6 @@
|
|||||||
TEMPEST_PLUGINS: '/opt/stack/heat-tempest-plugin'
|
TEMPEST_PLUGINS: '/opt/stack/heat-tempest-plugin'
|
||||||
HEAT_USE_MOD_WSGI: True
|
HEAT_USE_MOD_WSGI: True
|
||||||
CEILOMETER_PIPELINE_INTERVAL: 60
|
CEILOMETER_PIPELINE_INTERVAL: 60
|
||||||
GLOBAL_VENV: False
|
|
||||||
devstack_services:
|
devstack_services:
|
||||||
tls-proxy: false
|
tls-proxy: false
|
||||||
s-account: false
|
s-account: false
|
||||||
|
@ -295,6 +295,10 @@ function install_heat {
|
|||||||
install_apache_wsgi
|
install_apache_wsgi
|
||||||
fi
|
fi
|
||||||
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
|
# start_heat() - Start running processes, including screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user