blob: 4a495cc085bf622f0758a79d0bda045ff256e8f3 [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";
5
6message VMMService (Service){
7 required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
8}
9
10
11message 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}