Code Review
/
vfc
/
nfvo
/
catalog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
52e6d67
)
Remove ip set scripts for run/stop.sh
29/13429/1
author
fujinhua
<fu.jinhua@zte.com.cn>
Tue, 19 Sep 2017 11:35:25 +0000
(19:35 +0800)
committer
fujinhua
<fu.jinhua@zte.com.cn>
Tue, 19 Sep 2017 11:35:25 +0000
(19:35 +0800)
Change-Id: I1aeb34e03244ce5d5ebe3d0a2de5f77b804eaa56
Issue-Id: VFC-390
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/instance_config.sh
patch
|
blob
|
history
diff --git
a/docker/instance_config.sh
b/docker/instance_config.sh
index
32c9af1
..
c76770e
100755
(executable)
--- a/
docker/instance_config.sh
+++ b/
docker/instance_config.sh
@@
-13,8
+13,6
@@
fi
if [ $SERVICE_IP ]; then
sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/nfvo/catalog/catalog/pub/config/config.py
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/catalog/run.sh
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/catalog/stop.sh
fi
if [ $REDIS_HOST ]; then