From: Kiran Kamineni Date: Wed, 12 Sep 2018 22:37:44 +0000 (-0700) Subject: Fix service name in start script X-Git-Tag: 3.0.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=06b13854c14d4a88b56218d458034f4a1ac4ba65;p=aaf%2Fsms.git Fix service name in start script The sms.sh startup script for VMs uses a different name vs the real service name to connect to the host bridge. Issue-ID: AAF-489 Change-Id: I76a3d0bd249ca6044481f2e6f0375ec83e3b02d5 Signed-off-by: Kiran Kamineni --- diff --git a/sms-service/bin/deploy/sms.sh b/sms-service/bin/deploy/sms.sh index a7eca69..674a138 100755 --- a/sms-service/bin/deploy/sms.sh +++ b/sms-service/bin/deploy/sms.sh @@ -91,7 +91,7 @@ do done # Connect service to host bridge network so that its port can be seen. -docker network connect bridge sms-service; +docker network connect bridge aaf-sms.onap; SS=1; fi