CORD-2752 remove vEG service attic

Change-Id: I6e46eaa287f73b3f8c1a9637bb78225465d7c9ac
diff --git a/xos/synchronizer/models/veg.xproto b/xos/synchronizer/models/veg.xproto
index f8d5a0e..d13ce29 100644
--- a/xos/synchronizer/models/veg.xproto
+++ b/xos/synchronizer/models/veg.xproto
@@ -16,5 +16,7 @@
 
 message VEGTenant (TenantWithContainer){
     option verbose_name = "vEG Tenant";
+    option owner_class_name="VEGService";
+
     optional string last_ansible_hash = 1 [db_index = False, max_length = 128, null = True, content_type = "stripped", blank = True];
 }