Prevent no_container from getting deleted
diff --git a/xos/configurations/cord-pod/cord-vtn-vsg.yaml b/xos/configurations/cord-pod/cord-vtn-vsg.yaml
index 1ec2a67..02366a4 100644
--- a/xos/configurations/cord-pod/cord-vtn-vsg.yaml
+++ b/xos/configurations/cord-pod/cord-vtn-vsg.yaml
@@ -87,6 +87,10 @@
 
     service#ONOS_CORD:
       type: tosca.nodes.ONOSService
+      properties:
+          no-delete: true
+          no-create: true
+          no-update: true
 
     vOLT_ONOS_app:
       type: tosca.nodes.ONOSvOLTApp