summaryrefslogtreecommitdiffstats
path: root/ocata/run.sh
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-03-08 11:03:50 +0800
committerYun Huang <yun.huang@windriver.com>2018-03-08 11:03:50 +0800
commitc701ab185721e50cca3d432220361aaa723358cc (patch)
treed8f7328c47ceca59c4b4d12446582f1699a73a0b /ocata/run.sh
parent7c65345926f4e996f9e4616eea82b1e0db0d4779 (diff)
Remove dependency of newton from ocata
Change-Id: Id51eca6e96fe0b8349c1dbbf76da3cfa2a7f9f05 Issue-ID: MULTICLOUD-138 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'ocata/run.sh')
-rw-r--r--ocata/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/run.sh b/ocata/run.sh
index 566dc5f9..a4edae47 100644
--- a/ocata/run.sh
+++ b/ocata/run.sh
@@ -14,7 +14,7 @@
# limitations under the License.
memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid
-export PYTHONPATH=lib/newton:lib/share
+export PYTHONPATH=lib/share
nohup python manage.py runserver 0.0.0.0:9006 2>&1 &
while [ ! -f logs/runtime_ocata.log ]; do