glance/glance/tests/unit/v2
Flaper Fesp 34135e88d5 Implement Registry's Client V2
The patch implements Registry's v2 Client.

Some notes:
* The implementation uses __getattr__ to map method's calls to remote
  RPC methods.
* The client supports both bulk and single calls.
* Client is based on the base HTTPClient

About Exceptions:
* If raise_exc == True, the client will try to re-raise the remote
  exception. If the server raised an unknown exception, it will be
  re-raised as RPCException in the client side.

Implements blueprint registry-api-v2

Change-Id: I98757c2272c68301373c1a3af96c4d06cb63cc97
2013-05-13 10:42:25 +02:00
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_image_data_resource.py Ensure disk_ and container_format during upload 2013-03-07 09:47:21 -08:00
test_image_members_resource.py Fix calls to image_member_find in tests 2013-03-08 12:15:21 -08:00
test_image_tags_resource.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
test_images_resource.py Update db layer to expose multiple image locations 2013-03-02 10:07:17 -08:00
test_registry_api.py Implement registry API v2 2013-05-07 00:59:11 +02:00
test_registry_client.py Implement Registry's Client V2 2013-05-13 10:42:25 +02:00
test_schemas_resource.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00