zaqar/marconi
kgriffs a8d21ee296 fix(wsgi): Cleanup limit config options
This patch contains several misc. changes to queue, message, and
claim limits to reduce confusion and bring the implementation in
line with the v1 spec.

1. Removed a couple of WSGI driver config options that are
no longer needed now that we have redefined (and simplified) how
we constrain message and metadata size.

    metadata_max_length = 65536
    content_max_length = 262144

2. Renamed options to be more readable and consistent
3. Moved options to [transport] section
4. Made max messages that can be claimed its own setting, to reduce confusion
5. Removed enforcing an upper limit on the number of messages that can be
posted; this was never in the spec, and appears to be gold-plating. Now, the
only upper limit is max_message_size.
6. Removed the check on the size of a create claim request since (1) it is
not part of the API spec, and (2) sanity-checks like that are best done by
the web server, before a request even touches the app.
7. Migrated limits for storage driver interface params to static values,
since those defaults define the static contract between transport and
storage drivers.
8. Wrapped validation error messages in gettextutils._, and converted them
to use .format instead of %.

Change-Id: I1372e5002f030f5c8c47774ab00ca8ee7e12232d
Closes-Bug: #1270260
2014-02-11 20:33:10 +00:00
..
cmd fix(bootstrap): Logging CLI options don't work 2013-10-17 10:33:17 -05:00
common fix(shards): guard against registering bad shard URIs 2014-02-11 15:12:33 -05:00
openstack Sync oslo-cache from oslo-incubator 2014-01-23 11:44:54 +01:00
queues fix(wsgi): Cleanup limit config options 2014-02-11 20:33:10 +00:00
tests fix(wsgi): Cleanup limit config options 2014-02-11 20:33:10 +00:00
__init__.py Remove the __MARCONI_SETUP_ global from init 2013-12-09 17:41:29 +01:00
version.py Follow hacking rules about import 2013-10-11 20:06:35 -07:00