blob: 33b8e8ead46b8b17ffb47e29dbcd01667f274271 [file] [log] [blame]
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04001option name = "vbbu";
2option app_label = "vbbu";
3option verbose_name = "vBBU Service";
4
5message VBBUService (Service){
6 required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
7}
8
9
10message VBBUTenant (TenantWithContainer){
11 option name = "vbbutenant";
12 option verbose_name = "vBBU Tenant";
13 required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
14}