blob: e021cc75267b6baa9a42a300c7d29f3af88fb570 [file] [log] [blame]
Matteo Scandolo23ccdfb2017-10-05 17:52:13 -07001option name = "vENB";
2option app_label = "venb";
3
4message VENBService (Service){
5 option verbose_name = "Virtual eNodeB Service";
Andy Bavierd1bfbd82017-11-14 17:26:18 -07006 required string login_user = 1 [help_text = "vENB VM login user", default = "cfguser", max_length = 32, content_type = "stripped", null = False, db_index = False, blank = False];
7 required string login_password = 2 [help_text = "vENB VM login password", default = "cfguser", max_length = 32, content_type = "stripped", null = False, db_index = False, blank = False];
Matteo Scandolo23ccdfb2017-10-05 17:52:13 -07008}
9
10message VENBServiceInstance (TenantWithContainer){
11 option verbose_name = "Virtual eNodeB Service Instance";
12}