CORD-2753 set default owner for VEPCServiceInstance

Change-Id: I28252f63a7ebf10340d3d8e8bcecdb89e07b657d
diff --git a/xos/vepc.xproto b/xos/vepc.xproto
index 0e65138..3d76afe 100644
--- a/xos/vepc.xproto
+++ b/xos/vepc.xproto
@@ -7,6 +7,8 @@
 
 message VEPCServiceInstance (TenantWithContainer){
     option verbose_name = "Virtual Evolved Packet Core ServiceInstance";
+    option owner_class_name="VEPCService";
+
     optional string description = 1 [help_text = "service chain details", max_length = 128, null = True, db_index = False, blank = True];
     required manytoone site->Site:+ = 2 [help_text = "Site of the EPC Service", null = False, db_index = True, blank = False];
     required string blueprint = 3 [help_text = "Select the service graph blueprint", db_index = False, default = 1, choices = "(('build', 'MCORD 4.1'),('mcord_5', 'MCORD 5'),('mcord_5_p4', 'MCORD 5 - P4'))"];