reverting the service name change for now
diff --git a/xos/configurations/cord-pod/cord-vtn-vsg.yaml b/xos/configurations/cord-pod/cord-vtn-vsg.yaml
index f521fe7..e3f73c6 100644
--- a/xos/configurations/cord-pod/cord-vtn-vsg.yaml
+++ b/xos/configurations/cord-pod/cord-vtn-vsg.yaml
@@ -8,17 +8,17 @@
 topology_template:
   node_templates:
     # CORD Services
-    service#vtr:
+    service_vtr:
       type: tosca.nodes.Service
       properties:
           view_url: /admin/vtr/vtrservice/$id$/
           kind: vTR
 
-    service#volt:
+    service_volt:
       type: tosca.nodes.Service
       requirements:
           - vsg_tenant:
-              node: service#vsg
+              node: service_vsg
               relationship: tosca.relationships.TenantOfService
       properties:
           view_url: /admin/cord/voltservice/$id$/
@@ -38,11 +38,11 @@
           gateway_ip: 10.168.1.1
           gateway_mac: 02:42:0a:a8:00:01
 
-    service#vsg:
+    service_vsg:
       type: tosca.nodes.VSGService
       requirements:
           - vrouter_tenant:
-              node: service#vrouter
+              node: service_vrouter
               relationship: tosca.relationships.TenantOfService
       properties:
           view_url: /admin/cord/vsgservice/$id$/
@@ -53,7 +53,7 @@
       artifacts:
           pubkey: /opt/xos/synchronizers/vcpe/vcpe_public_key
 
-    service#vrouter:
+    service_vrouter:
       type: tosca.nodes.VRouterService
       properties:
           view_url: /admin/vrouter/vrouterservice/$id$/
@@ -65,7 +65,7 @@
               node: addresses_exampleservice-public
               relationship: tosca.relationships.ProvidesAddresses
 
-    service#fabric:
+    service_fabric:
       type: tosca.nodes.FabricService
       properties:
           view_url: /admin/fabric/fabricservice/$id$/
@@ -110,7 +110,7 @@
           network: noauto
       requirements:
           - vsg_service:
-              node: service#vsg
+              node: service_vsg
               relationship: tosca.relationships.MemberOfService
           - site:
               node: mysite
@@ -193,7 +193,7 @@
             c_tag: 111
         requirements:
             - provider_service:
-                node: service#volt
+                node: service_volt
                 relationship: tosca.relationships.MemberOfService
             - subscriber:
                 node: My House