CORD-2753 specify default owner for vEE service instance
Change-Id: I932554017301d1fcf861282dc216b0eaa6f3ecbd
diff --git a/xos/synchronizer/models/vee.xproto b/xos/synchronizer/models/vee.xproto
index 62fc3de..816e279 100644
--- a/xos/synchronizer/models/vee.xproto
+++ b/xos/synchronizer/models/vee.xproto
@@ -9,6 +9,7 @@
message VEEServiceInstance (ServiceInstance){
option kind = "vEE";
option verbose_name = "vEE ServiceInstance";
+ option owner_class_name="VEEService";
optional int32 s_tag = 1 [help_text = "s-tag", null = True, db_index = False, blank = True];
optional int32 c_tag = 2 [help_text = "c-tag", null = True, db_index = False, blank = True];