Fix service name in start script 43/66243/2
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 12 Sep 2018 22:37:44 +0000 (15:37 -0700)
committerGirish Havaldar <hg0071052@techmahindra.com>
Thu, 13 Sep 2018 07:56:34 +0000 (07:56 +0000)
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 <kiran.k.kamineni@intel.com>
sms-service/bin/deploy/sms.sh

index a7eca69..674a138 100755 (executable)
@@ -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