Yunpeng Zhang | 0ff0515 | 2017-08-01 22:28:40 -0400 | [diff] [blame^] | 1 | option name = "vmm"; |
| 2 | option app_label = "vmm"; |
| 3 | option verbose_name = "vMM Service"; |
| 4 | option kind = "vEPC"; |
| 5 | |
| 6 | message 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 | |
| 11 | message 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 | } |