summaryrefslogtreecommitdiffstats
path: root/ocata/run.sh
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-09-20 05:45:52 -0700
committerGuo Ruijing <ruijing.guo@intel.com>2017-09-20 06:28:08 -0700
commit0b9531200a8df68b45e9a4b311a64054560a6a3e (patch)
tree06861763577ae38d28eea1f7833cd8ecb5cd339d /ocata/run.sh
parent6879be51fec2101b26b7648c7245e99eb5e64b87 (diff)
update port from 9004 to 9006
Change-Id: Ic2ad8eda3b21b6c11cabf89d65f5a72956262750 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing <ruijing.guo@intel.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 02c26f5a..446172b4 100644
--- a/ocata/run.sh
+++ b/ocata/run.sh
@@ -22,7 +22,7 @@ sed -i "s/AAI_PASSWORD =.*/AAI_PASSWORD = \"${AAI_PASSWORD}\"/g" ocata/pub/confi
memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid
export PYTHONPATH=lib/newton
-nohup python manage.py runserver 0.0.0.0:9004 2>&1 &
+nohup python manage.py runserver 0.0.0.0:9006 2>&1 &
while [ ! -f logs/runtime_ocata.log ]; do
sleep 1