Commit Graph

20 Commits

Author SHA1 Message Date
Sandy Walsh 1da5dcc064 removed debugging 2011-02-14 14:54:04 -08:00
Sandy Walsh 19dc475181 better filtering 2011-02-14 14:50:29 -08:00
Todd Willey 4e034f3d69 Remove module-level factory methods in favor of having a factory class-method
on wsgi components themselves.  Local options from config are passed to the
__init__ method of the component as kwargs.
2011-01-06 13:57:48 -05:00
Todd Willey 40de3b9ffb Uses paste.deploy to make application running configurable. This includes the ability to swap out middlewares, define new endpoints, and generally move away from having code to build wsgi routers and middleware chains into a configurable, extensible method for running wsgi servers. 2011-01-03 19:54:39 +00:00
Todd Willey ca5c95726b Merge trunk. 2010-12-27 19:10:26 -05:00
Rick Harris 54778eacd5 Merging trunk, fixing failed tests 2010-12-27 12:13:57 -06:00
Cerberus cb679a01e5 Pep8 cleanup 2010-12-23 13:17:53 -06:00
Cerberus 775958e3a0 Accidentally yanked the datetime line in auth 2010-12-22 15:50:26 -06:00
mdietz c2faf1c5e6 Forgot the copyright info 2010-12-22 20:06:22 +00:00
mdietz 168cde0725 Finished moving the middleware layers and fixed the API tests again 2010-12-22 19:52:13 +00:00
Cerberus e419c27a00 Moved some things for testing 2010-12-22 13:33:26 -06:00
Cerberus c4fb755b16 Abstracted auth and ratelimiting more 2010-12-22 13:18:26 -06:00
Cerberus 6383f7f9f6 Some typo fixes 2010-12-17 11:54:59 -06:00
Cerberus e01e6d7976 Moved implementation specific stuff from the middleware into their respective modules 2010-12-16 12:09:38 -06:00
Eric Day 1c323efd07 Changed OpenStack API auth layer to inject a RequestContext rather than building one everywhere we need it. 2010-12-09 09:57:15 -08:00
Michael Gundlach 84fdd48fe2 Fix unit tests 2010-11-30 13:52:46 -05:00
Michael Gundlach 8ee658e7f6 Return the correct server_management_url 2010-11-29 17:26:05 -06:00
Eric Day 777b14c27b PEP8 cleanup in nova/api. There should be no functional changes here, just style changes to get violations down. 2010-10-21 15:26:06 -07:00
Michael Gundlach 79a2c349ca Fix several problems keeping AuthMiddleware from functioning in the OpenStack API. 2010-10-13 16:36:05 -04:00
mdietz 90f38090ec Mass renaming 2010-10-08 20:39:00 +00:00