glance/glance/tests
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
..
etc Use RBAC policy to determine if context is admin. 2013-05-02 16:40:24 +01:00
functional Fix test_mismatched_X test data deletion check 2013-05-08 10:30:07 -04:00
unit Implement Registry's Client V2 2013-05-13 10:42:25 +02:00
var New -k/--insecure command line option 2012-02-13 13:57:13 +00:00
__init__.py Revert "Funnel debug logging through nose properly." 2012-06-20 15:25:49 +00:00
stubs.py Implement Registry's Client V2 2013-05-13 10:42:25 +02:00
utils.py Eliminate the race when selecting a port for tests. 2013-04-22 14:37:27 -10:00