From 746798fe2cc2eb2a749f5e4331c26a5f1dca856f Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Thu, 7 Mar 2019 10:39:30 +0800 Subject: Remove vesagent and celery The vesagent has been moved to fcaps module Change-Id: I87333bbe5e7116af2b3b495f70d1b39d1c77177b Issue-ID: MULTICLOUD-499 Signed-off-by: Haibin Huang --- ocata/run.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ocata/run.sh') diff --git a/ocata/run.sh b/ocata/run.sh index a66a1e98..5cf7e748 100755 --- a/ocata/run.sh +++ b/ocata/run.sh @@ -16,8 +16,4 @@ memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid 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=info & - uwsgi --http :9006 --module ocata.wsgi --master --processes 4 -- cgit 1.2.3-korg