Merge "feat: Submit a group of customer-domain:san_cert_cname for Akamai background job"

This commit is contained in:
Jenkins
2016-03-24 13:18:24 +00:00
committed by Gerrit Code Review
4 changed files with 107 additions and 73 deletions

View File

@@ -58,13 +58,19 @@ class BackgroundJobSchema(schema_base.SchemaBase):
'required': True,
'enum': ['akamai_update_papi_property_for_mod_san']
},
'domain_name': {
'type': 'string',
'required': True
},
'san_cert_name': {
'type': 'string',
'required': True
'update_cname_host_mapping_info': {
'type': 'array',
'properties': {
'domain_name': {
'type': 'string',
'required': True
},
'san_cert_name': {
'type': 'string',
'required': True
},
},
'minItems': 1,
},
'update_type': {
'type': 'string',