From 06b13854c14d4a88b56218d458034f4a1ac4ba65 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 12 Sep 2018 15:37:44 -0700 Subject: [PATCH] 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 --- sms-service/bin/deploy/sms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6