CORD-2753 specify default owner for VRouterTenant
Change-Id: Iefa6ab12b65fa9e7a68096dc5a745541d1ff2f40
diff --git a/xos/synchronizer/models/vrouter.xproto b/xos/synchronizer/models/vrouter.xproto
index 8c2da1d..0a68a63 100644
--- a/xos/synchronizer/models/vrouter.xproto
+++ b/xos/synchronizer/models/vrouter.xproto
@@ -59,6 +59,7 @@
message VRouterTenant (ServiceInstance){
option verbose_name="vRouter Tenant";
+ option owner_class_name="VRouterService";
optional string public_ip = 1 [db_index = False, max_length = 30, null = True, content_type = "stripped", blank = True];
optional string public_mac = 2 [db_index = False, max_length = 30, null = True, content_type = "stripped", blank = True];