devstack: Use global uwsgi
... following the global method. Closes-Bug: #2126581 Change-Id: I1b409c8171a2cf67169ce547174a0b87c8c6f6c2 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -224,7 +224,6 @@ function install_zaqar {
|
|||||||
if is_service_enabled horizon; then
|
if is_service_enabled horizon; then
|
||||||
install_zaqarui
|
install_zaqarui
|
||||||
fi
|
fi
|
||||||
pip_install uwsgi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_zaqarui {
|
function install_zaqarui {
|
||||||
@@ -253,7 +252,7 @@ function install_zaqarclient {
|
|||||||
|
|
||||||
# start_zaqar() - Start running processes, including screen
|
# start_zaqar() - Start running processes, including screen
|
||||||
function start_zaqar {
|
function start_zaqar {
|
||||||
run_process zaqar-wsgi "$ZAQAR_BIN_DIR/uwsgi --ini $ZAQAR_UWSGI_CONF"
|
run_process zaqar-wsgi "$(which uwsgi) --ini $ZAQAR_UWSGI_CONF"
|
||||||
run_process zaqar-websocket "$ZAQAR_BIN_DIR/zaqar-server --config-file $ZAQAR_CONF"
|
run_process zaqar-websocket "$ZAQAR_BIN_DIR/zaqar-server --config-file $ZAQAR_CONF"
|
||||||
|
|
||||||
echo "Waiting for Zaqar to start..."
|
echo "Waiting for Zaqar to start..."
|
||||||
|
Reference in New Issue
Block a user