Merge "Fix AZ List Detail schema to allow hosts as None"

This commit is contained in:
Jenkins 2017-02-09 12:27:23 +00:00 committed by Gerrit Code Review
commit 4ce377983e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ base = {
}
detail = {
'type': 'object',
'type': ['object', 'null'],
'patternProperties': {
# NOTE: Here is for a hostname
'^[a-zA-Z0-9-_.]+$': {