summaryrefslogtreecommitdiffstats
path: root/ocata
diff options
context:
space:
mode:
authorXiaohua Zhang <xiaohua.zhang@windriver.com>2018-09-22 16:28:07 +0000
committerXiaohua Zhang <xiaohua.zhang@windriver.com>2018-09-22 16:28:07 +0000
commit280d4850a9ed44721b25c0978a48a02072a1527c (patch)
tree3e86be55e14b102266e948ac984b7331663b9d70 /ocata
parent050812c9ae2b85348b2ff29d4fa3e2ac2fb4fec7 (diff)
Fix unregistry issue
Change-Id: Ia4ddb6f11bf562a046d9f567fd7458b466c8642f Issue-ID: MULTICLOUD-361 Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Diffstat (limited to 'ocata')
-rwxr-xr-xocata/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/run.sh b/ocata/run.sh
index 541eaf10..ecca9860 100755
--- a/ocata/run.sh
+++ b/ocata/run.sh
@@ -18,6 +18,6 @@ export PYTHONPATH=lib/share
service rabbitmq-server restart
# make sure only 1 worker due to missing the synchronization between workers now
-nohup celery -A ocata worker --concurrency=1 --loglevel=debug &
+nohup celery -A ocata worker --concurrency=1 --loglevel=info &
uwsgi --http :9006 --module ocata.wsgi --master --processes 4