CORD-714, fix database hostname
rename issues with vsg synchronizer config when using run.sh
more s/vcpe_synchronizer_config/vsg_synchronizer_config/
fix node_key path

Change-Id: Id406d2e619aa1f805cd0d4eefd5cd2dacbc1fde8
diff --git a/xos/synchronizer/run-vtn.sh b/xos/synchronizer/run-vtn.sh
index c4c3b00..f162eb3 100755
--- a/xos/synchronizer/run-vtn.sh
+++ b/xos/synchronizer/run-vtn.sh
@@ -3,6 +3,6 @@
 #fi
 
 export XOS_DIR=/opt/xos
-cp /root/setup/node_key $XOS_DIR/synchronizers/vcpe/node_key
-chmod 0600 $XOS_DIR/synchronizers/vcpe/node_key
-python vcpe-synchronizer.py  -C $XOS_DIR/synchronizers/vcpe/vtn_vcpe_synchronizer_config
+cp /root/setup/node_key $XOS_DIR/synchronizers/vsg/node_key
+chmod 0600 $XOS_DIR/synchronizers/vsg/node_key
+python vcpe-synchronizer.py  -C $XOS_DIR/synchronizers/vsg/vsg_synchronizer_config