blob: 37a025d59fcfa582b03c3aa4f277d97dcf7675f9 [file] [log] [blame]
option name = "vMM";
option verbose_name = "Virtual Mobility Management";
option app_label = "vmm";
option kind = "vEPC";
option legacy = "True";
message VMMService (Service){
option name = "VMMService";
option verbose_name = "Virtual Mobility Management Service";
}
message VMMVendor (PlCoreBase){
option name = "VMMVendor";
option verbose_name = "Virtual Mobility Management Vendor";
required string name = 1 [help_text = "vendor name", max_length = 32, null = False, db_index = False, blank = False];
required manytoone image->Image:+ = 2 [help_text = "select image for this vendor", db_index = True, null = False, blank = False];
required manytoone flavor->Flavor:+ = 3 [help_text = "select openstack flavor for vendor image", db_index = True, null = False, blank = False];
}
message VMMTenant (TenantWithContainer){
option name = "VMMTenant";
option verbose_name = "Virtual Mobility Management Tenant";
optional manytoone vmm_vendor->VMMVendor:vendor_tenants = 1 [help_text = "select vendor of choice, leave blank for slice default", db_index = True, null = True, blank = True];
}