Minor bug fixes
diff --git a/xos/configurations/cord-pod/Makefile b/xos/configurations/cord-pod/Makefile
index af65aca..35f3ff3 100644
--- a/xos/configurations/cord-pod/Makefile
+++ b/xos/configurations/cord-pod/Makefile
@@ -1,7 +1,7 @@
 .PHONY: xos
 xos: nodes.yaml images.yaml vtn_network_cfg_json
 	sudo docker-compose up -d
-	../xos/configurations/common/wait_for_xos_port.sh 80
+	../common/wait_for_xos_port.sh 80
 	sudo docker-compose run xos python /opt/xos/tosca/run.py padmin@vicci.org /root/setup/setup.yaml
 	sudo docker-compose run xos python /opt/xos/tosca/run.py padmin@vicci.org /root/setup/nodes.yaml
 	sudo docker-compose run xos python /opt/xos/tosca/run.py padmin@vicci.org /root/setup/images.yaml
diff --git a/xos/configurations/cord-pod/make-vtn-networkconfig-json.sh b/xos/configurations/cord-pod/make-vtn-networkconfig-json.sh
index cf271a1..8302ab0 100755
--- a/xos/configurations/cord-pod/make-vtn-networkconfig-json.sh
+++ b/xos/configurations/cord-pod/make-vtn-networkconfig-json.sh
@@ -60,7 +60,7 @@
         "org.onosproject.openstackswitching" : {
             "openstackswitching" : {
                  "do_not_push_flows" : "true",
-                 "neutron_server" : "$NEUTRON_URL/v2.0/,
+                 "neutron_server" : "$NEUTRON_URL/v2.0/",
                  "keystone_server" : "$OS_AUTH_URL",
                  "user_name" : "$OS_USERNAME",
                  "password" : "$OS_PASSWORD"