CORD-2753 VTR default owner class name
Change-Id: I5b678f85339fe897e934af8fff7180287e0006b8
diff --git a/xos/synchronizer/models/vtr.xproto b/xos/synchronizer/models/vtr.xproto
index 8628e0f..9dfe7df 100644
--- a/xos/synchronizer/models/vtr.xproto
+++ b/xos/synchronizer/models/vtr.xproto
@@ -4,6 +4,7 @@
message VTRTenant (ServiceInstance){
option verbose_name="Virtual Truck Roll Tenant";
+ option owner_class_name="VTRService";
required string test = 1 [choices = "(('ping', 'Ping'), ('traceroute', 'Trace Route'), ('tcpdump', 'Tcp Dump'), ('memory', 'Memory'), ('bandwidth', 'Bandwidth'))", max_length = 30, content_type = "stripped", blank = False, help_text = "type of test", null = False, db_index = False];
required string scope = 2 [choices = "(('container', 'Container'), ('vm', 'VM'))", max_length = 30, content_type = "stripped", blank = False, help_text = "scope of test", null = False, db_index = False];