blob: 60670ff2d31e306ecd38039befe4ac32ffdf5fc0 [file] [log] [blame]
Yunpeng Zhang0ff05152017-08-01 22:28:40 -04001option name = "vmm";
2option app_label = "vmm";
3option verbose_name = "vMM Service";
4option kind = "vEPC";
Omar Abdelkader392239a2017-08-03 14:53:26 -07005option legacy = "True";
Yunpeng Zhang0ff05152017-08-01 22:28:40 -04006
7message VMMService (Service){
8 required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
9}
10
Yunpeng Zhang0ff05152017-08-01 22:28:40 -040011message VMMTenant (TenantWithContainer){
12 option name = "vmmtenant";
13 option verbose_name = "vMM Tenant";
14 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
15}