commit | 84ff6b979ae0f06fa3043410d73d75267840ded6 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon May 30 20:38:14 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon May 30 20:38:14 2016 +0000 |
tree | e53bb9d79161b4ae2b24f36ece581edecbf3db91 | |
parent | c86348193797c8ebd172bf922a9b2824a6b5134e [diff] | |
parent | 49cb47d9d193ffb8aaedf30baa1df938184988b0 [diff] |
Merge "Allow image name to be empty for simple list test"
diff --git a/tempest/lib/api_schema/response/compute/v2_1/images.py b/tempest/lib/api_schema/response/compute/v2_1/images.py index daab898..b0f1934 100644 --- a/tempest/lib/api_schema/response/compute/v2_1/images.py +++ b/tempest/lib/api_schema/response/compute/v2_1/images.py
@@ -77,7 +77,7 @@ 'properties': { 'id': {'type': 'string'}, 'links': image_links, - 'name': {'type': 'string'} + 'name': {'type': ['string', 'null']} }, 'additionalProperties': False, 'required': ['id', 'links', 'name']