From: Bin Yang Date: Tue, 4 Feb 2020 12:10:58 +0000 (+0800) Subject: Fix starlingx plugin https endpoint issue X-Git-Tag: 1.5.4~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6d8aa821b9d11a466c65098849d6d518439fcdb0;p=multicloud%2Fopenstack.git Fix starlingx plugin https endpoint issue Fix the run script error Change-Id: Ib13873ed309b19a8f8596745bbdb3d8f59b826ef Issue-ID: MULTICLOUD-978 Signed-off-by: Bin Yang --- diff --git a/starlingx/run.sh b/starlingx/run.sh index 79169514..66dd111f 100755 --- a/starlingx/run.sh +++ b/starlingx/run.sh @@ -22,6 +22,7 @@ if [ ${SSL_ENABLED} = "true" ]; then else nohup uwsgi --http :9009 --module starlingx.wsgi --master --enable-threads --processes 4 & +fi logDir="/var/log/onap/multicloud/openstack/starlingx" if [ ! -x $logDir ]; then