commit | 4ce377983eb801eef69d0d710eabef271a83de52 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Feb 09 12:27:23 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Feb 09 12:27:23 2017 +0000 |
tree | d6b63fdfb4192310c587d0cd2fddba3501fb20ef | |
parent | 538314efc133cd475ee5ac1b548e9af56c23d8de [diff] | |
parent | 77b3eb15b1049785bbfce1ef4f1a06c7e4c01265 [diff] |
Merge "Fix AZ List Detail schema to allow hosts as None"
diff --git a/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py b/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py index f7b77a1..0dc28c3 100644 --- a/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py +++ b/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py
@@ -51,7 +51,7 @@ } detail = { - 'type': 'object', + 'type': ['object', 'null'], 'patternProperties': { # NOTE: Here is for a hostname '^[a-zA-Z0-9-_.]+$': {