switch to port 6641
diff --git a/xos/configurations/cord/make-vtn-networkconfig-json.sh b/xos/configurations/cord/make-vtn-networkconfig-json.sh
old mode 100755
new mode 100644
index 918674a..a9482ec
--- a/xos/configurations/cord/make-vtn-networkconfig-json.sh
+++ b/xos/configurations/cord/make-vtn-networkconfig-json.sh
@@ -27,7 +27,7 @@
{
"hostname": "$NODE",
"ovsdbIp": "$NODEIP",
- "ovsdbPort": "6640",
+ "ovsdbPort": "6641",
"bridgeId": "of:000000000000000$I"
EOF
if [[ "$I" -lt "$NODECOUNT" ]]; then
@@ -46,7 +46,7 @@
cat >> $FN <<EOF
]
- }
+ }
},
"org.onosproject.openstackswitching" : {
"openstackswitching" : {