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