Change the foreign link to ServiceInstance

Change-Id: I2a3bf870d5f795a60dff168bf084cc4730882a17
diff --git a/xos/examples/VEpcServiceInstance.yaml b/xos/examples/VEpcServiceInstance.yaml
index a43bc70..a49c223 100644
--- a/xos/examples/VEpcServiceInstance.yaml
+++ b/xos/examples/VEpcServiceInstance.yaml
@@ -1,3 +1,4 @@
+
 ---
 # Copyright 2017-present Open Networking Foundation
 #
@@ -31,11 +32,11 @@
 
 topology_template:
   node_templates:
-    service#vepcervice:
+    service#vepcservice:
       type: tosca.nodes.VEpcService
       properties:
         name: vepcservice
-        must-exist: true
+#        must-exist: true
 
     service#kubernetes:
       type: tosca.nodes.KubernetesService
@@ -634,7 +635,7 @@
             relationship: tosca.relationships.BelongsToOne
 
     vepcresourceinstancelink_mme_statefulset:
-      type: tosca.nodes.VEpcResourceInstanceLink
+        type: tosca.nodes.VEpcResourceInstanceLink
         properties:
           name: "MME StatefulSet Resource Link"
 
@@ -660,7 +661,7 @@
             relationship: tosca.relationships.BelongsToOne
 
     vepcresourceinstancelink_hss_statefulset:
-      type: tosca.nodes.VEpcResourceInstanceLink
+        type: tosca.nodes.VEpcResourceInstanceLink
         properties:
           name: "HSS StatefulSet Resource Link"
 
@@ -686,7 +687,7 @@
             relationship: tosca.relationships.BelongsToOne
 
     vepcresourceinstancelink_hssdb_statefulset:
-      type: tosca.nodes.VEpcResourceInstanceLink
+        type: tosca.nodes.VEpcResourceInstanceLink
         properties:
           name: "HSS Cassandra StatefulSet Resource Link"
 
@@ -712,7 +713,7 @@
             relationship: tosca.relationships.BelongsToOne
 
     vepcresourceinstancelink_spgwcu_statefulset:
-      type: tosca.nodes.VEpcResourceInstanceLink
+        type: tosca.nodes.VEpcResourceInstanceLink
         properties:
           name: "HS SPGW Control and User StatefulSet Resource Link"
 
@@ -722,4 +723,4 @@
               relationship: tosca.relationships.BelongsToOne
           - vepc_service_instance:
               node: vepcserviceinstance
-              relationship: tosca.relationships.BelongsToOne
+              relationship: tosca.relationships.BelongsToOne
\ No newline at end of file