CORD-1250 Update to new Service/Tenancy models
Change-Id: Ie98caa95aed385413f9f28668fe3f3d5f4eab9e9
diff --git a/xos/vtr.xproto b/xos/vtr.xproto
index e60425f..e21812b 100644
--- a/xos/vtr.xproto
+++ b/xos/vtr.xproto
@@ -2,7 +2,7 @@
option name="vtr";
option verbose_name="Virtual Truck Roll Service";
-message VTRTenant (Tenant){
+message VTRTenant (ServiceInstance){
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];
optional string argument = 3 [db_index = False, max_length = 40, null = True, content_type = "stripped", blank = True];