Code Review
/
multicloud
/
openstack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f49acc7
)
Fix starlingx plugin https endpoint issue
03/101103/1
author
Bin Yang
<bin.yang@windriver.com>
Tue, 4 Feb 2020 12:10:58 +0000
(20:10 +0800)
committer
Bin Yang
<bin.yang@windriver.com>
Tue, 4 Feb 2020 12:10:58 +0000
(20:10 +0800)
Fix the run script error
Change-Id: Ib13873ed309b19a8f8596745bbdb3d8f59b826ef
Issue-ID: MULTICLOUD-978
Signed-off-by: Bin Yang <bin.yang@windriver.com>
starlingx/run.sh
patch
|
blob
|
history
diff --git
a/starlingx/run.sh
b/starlingx/run.sh
index
7916951
..
66dd111
100755
(executable)
--- 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