glance/glance/tests/functional/v2
Flavio Percoco d17a1ed78a Allow None values to be returned from the API
Currently, Glance's API v2 doesn't return fields whose value is None.
This, unfortunately, is wrong for a client perspective since it would
create inconsistencies between calls and images due to the lack of
fields in the response.

The API should guarantee consistency in its replies and ensure all
fields have a value, even if it's None.

NOTE: This work is part of the migration to v2. It fixes inconsistencies
in the API and improves the interaction between the client library and
Glance.

NOTE2: A follow-up patch will bump the minor API version, wait for it.

ApiImpact
DocImpact
Closes-bug: #1398314

Change-Id: Ieaddd8a686cf7361f18cb1ee83b7887cdca22bd6
2014-12-03 17:20:55 +01:00
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
registry_data_api.py Also run v2 functional tests with registry 2014-07-17 10:51:17 +00:00
test_images.py Allow None values to be returned from the API 2014-12-03 17:20:55 +01:00
test_metadef_namespaces.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
test_metadef_objects.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
test_metadef_properties.py Merge "GET property which name includes resource type prefix" 2014-10-08 16:13:11 +00:00
test_metadef_resourcetypes.py Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
test_schemas.py Switch to oslo.serialization 2014-10-07 14:58:55 +02:00
test_tasks.py Allow None values to be returned from the API 2014-12-03 17:20:55 +01:00