diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-20 13:20:05 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-20 13:41:10 +0800 |
commit | 3ac66a9fad25031ca3976cd9f14fe2c5f0162535 (patch) | |
tree | 5f81ab4279845c6aab7beb32892083a2233e9a86 /lcm/docker/instance_config.sh | |
parent | 8e8a08c91d7136457beeafe04c1bde4c4ae26332 (diff) |
Remove docker script invalid address substitution
Change-Id: I78b6185c74d6a057ff4db8c2e1a996f61b4154f3
Issue-ID: VFC-393
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/docker/instance_config.sh')
-rwxr-xr-x | lcm/docker/instance_config.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lcm/docker/instance_config.sh b/lcm/docker/instance_config.sh index 508fa006..06b4769b 100755 --- a/lcm/docker/instance_config.sh +++ b/lcm/docker/instance_config.sh @@ -24,6 +24,3 @@ sed -i "s|DB_IP.*|DB_IP = '$MYSQL_IP'|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/conf sed -i "s|DB_PORT.*|DB_PORT = $MYSQL_PORT|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py cat vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py - -sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnflcm/lcm/run.sh -sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnflcm/lcm/stop.sh |