summaryrefslogtreecommitdiffstats
path: root/newton/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'newton/run.sh')
-rwxr-xr-xnewton/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/run.sh b/newton/run.sh
index a355cb8d..a620b1da 100755
--- a/newton/run.sh
+++ b/newton/run.sh
@@ -16,7 +16,7 @@
memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid
export PYTHONPATH=lib/share
#nohup python manage.py runserver 0.0.0.0:9003 2>&1 &
-nohup uwsgi --http :9003 --module newton.wsgi --master --processes 4 &
+nohup uwsgi --http :9003 --module newton.wsgi --master --enable-threads --processes 4 &
logDir="/var/log/onap/multicloud/openstack/newton"
if [ ! -x $logDir ]; then