Replace the orginal node ip with SERVICE_IP
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / plugin-standalone / src / main / assembly / docker / instance_config.sh
index 3788f75..ac8e033 100755 (executable)
@@ -2,4 +2,5 @@
 
 # Update MSB config
 sed -i "s|msbServiceUrl:.*|msbServiceUrl: http://$MSB_ADDR|" conf/console.yml
+sed -i "s|serviceIp:.*|serviceIp: $SERVICE_IP|" conf/console.yml
 cat conf/console.yml