revert out management-hosts support

Change-Id: I24286e57e936e451f6f13b130f1b5245e0dd6b8a
diff --git a/cord-pod/make-vtn-external-yaml.sh b/cord-pod/make-vtn-external-yaml.sh
index a100e82..0925c37 100644
--- a/cord-pod/make-vtn-external-yaml.sh
+++ b/cord-pod/make-vtn-external-yaml.sh
@@ -102,18 +102,18 @@
               relationship: tosca.relationships.MemberOfService
 
     # VTN dataPlaneIntf field for node $NODE
-    ${NODE}_hostManagementIface_tag:
-      type: tosca.nodes.Tag
-      properties:
-          name: hostManagementIface
-          value: veth3
-      requirements:
-          - target:
-              node: $NODE
-              relationship: tosca.relationships.TagsObject
-          - service:
-              node: service#ONOS_CORD
-              relationship: tosca.relationships.MemberOfService
+#    ${NODE}_hostManagementIface_tag:
+#      type: tosca.nodes.Tag
+#      properties:
+#          name: hostManagementIface
+#          value: veth3
+#      requirements:
+#          - target:
+#              node: $NODE
+#              relationship: tosca.relationships.TagsObject
+#          - service:
+#              node: service#ONOS_CORD
+#              relationship: tosca.relationships.MemberOfService
 
 EOF
 done