blob: ff23abf57fa50c3e6aee46fafe53b64b8da99eca [file] [log] [blame]
message SiteDeployment (XOSBase){
required manytoone site->Site:sitedeployments = 1 [db_index = True, null = False, blank = False];
required manytoone deployment->Deployment:sitedeployments = 2 [db_index = True, null = False, blank = False];
optional manytoone controller->Controller:sitedeployments = 3 [db_index = True, null = True, blank = True];
optional string availability_zone = 4 [max_length = 200, content_type = "stripped", blank = True, help_text = "OpenStack availability zone", null = True, db_index = False];
}