glance/glance
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
..
api Use RBAC policy to determine if context is admin. 2013-05-02 16:40:24 +01:00
cmd Convert scripts to entry points 2013-04-29 14:08:29 -10:00
common Implement Registry's Client V2 2013-05-13 10:42:25 +02:00
db Implement registry API v2 2013-05-07 00:59:11 +02:00
domain fixes use the fact that empty sequences are false 2013-03-18 14:39:38 +08:00
image_cache Create package for registry's client 2013-05-01 22:34:17 +02:00
locale Imported Translations from Transifex 2013-04-17 00:02:03 +00:00
notifier Gracefully handle qpid errors 2013-04-19 16:59:13 +00:00
openstack Sync with oslo-incubator copy of setup.py and version.py 2013-04-22 00:16:16 +00:00
registry Implement Registry's Client V2 2013-05-13 10:42:25 +02:00
store Merge "Create package for registry's client" 2013-05-01 21:34:50 +00:00
tests Implement Registry's Client V2 2013-05-13 10:42:25 +02:00
__init__.py load gettext in __init__ to fix '_ is not defined' 2011-11-08 10:58:25 -08:00
context.py Use RBAC policy to determine if context is admin. 2013-05-02 16:40:24 +01:00
gateway.py Fix domain database initialization 2013-03-22 15:14:11 -07:00
schema.py fixes use the fact that empty sequences are false 2013-03-18 14:39:38 +08:00
version.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00