zaqar/marconi/proxy/transport/wsgi/admin
Alejandro Cabrera 13d7974cb9 feat: split queues API into public/admin
This change is made in prepartion for the upcoming sharded storage
features. Shard registration is a feature that only operators should
be able to do, and since the sharding is done within the queues
application, it was necessary to break this out into a separate API.

This patch adds a new configuration variable: admin_mode. It is used
to multiplex which version of the API is loaded. Furthermore, the
admin API is an enhanced version of the public API in that it allows
every route that the public API in addition to admin-only
endpoints. This should ease unit testing in future patches.

A few small refactorings were made, including:
- health resource moved to common transport location
- version module moved to common/transport
- pass config from bootstrap to transport driver
- pass cache in base transport driver
- convert base transport driver to use six.add_metaclass
- pass public bootstrap to bootstrap unit test

Change-Id: I0d6ff381afb25adb8a4b784a60b6d6eb71431245
Partially-implements: blueprint storage-sharding
2013-10-21 14:32:52 -04:00
..
__init__.py feat: split proxy API into admin and public apps 2013-10-01 17:31:40 -04:00
app.py feat: split proxy API into admin and public apps 2013-10-01 17:31:40 -04:00
driver.py feat: split queues API into public/admin 2013-10-21 14:32:52 -04:00