Kevin Conway 57a10aac00 Fix faulty 404 errors when requesting bad versions
The problem came down to the `_dispatch` method of the openstack
common wsgi router object. When a match was not found it returned
a webob 404 exception directly rather than allowing it to be
wrapped in a serializer.

The fix involved extending the `Router` object and reimplementing
the `_dispatch()` method to use the `Fault` object that serializes
exceptions.

Change-Id: I24a590f65ff655b25cfd7d84786df3055af701f1
Fixes: bug #1174960
2013-06-19 15:22:34 -05:00
2013-06-17 13:12:50 -07:00
2013-06-03 18:44:17 -04:00
2013-06-14 18:25:42 -04:00
2013-04-29 18:01:12 -04:00
2012-03-05 07:14:07 -06:00
2013-06-03 18:44:17 -04:00
2013-05-16 10:29:59 -07:00
2013-05-16 10:29:59 -07:00
2013-06-14 18:25:42 -04:00
2013-06-03 18:44:17 -04:00

Trove
--------

Trove is Database as a Service for Open Stack.


To run all tests and PEP8, run tox, like so:
$ tox

To quickly run the tests for Python 2.7, run:
$ tox -epy27

To generate a coverage report,run:
$ tox -ecover
(note: on some boxes, the results may not be accurate unless you run it twice)

If you'd like to start up a fake Trove API daemon for integration testing
with your own tool, run:
$ ./bin/start_server

Stop the server with:
$ ./bin/stop_server
Description
OpenStack Database As A Service (Trove)
Readme 114 MiB
Languages
Python 95%
Shell 4.9%