summaryrefslogtreecommitdiffstats
path: root/tests/unit/extension_stubs.py
Commit message (Collapse)AuthorAgeFilesLines
* Move wsgi module to deprecated packageDoug Hellmann2013-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | As we are planning to deprecate the wsgi module, move it out of the main openstack/common folder to the new "deprecated" folder. Move some of the middleware classes into the middleware package, since those are still useful and should be maintained. There's still work to do to remove the dependency of the size limit middleware on the Request class in the now deprecated wsgi module. Refer to the mailing list thread at http://lists.openstack.org/pipermail/openstack-dev/2013-May/009666.html for additional details. Change-Id: I05ff583ef37174835393905a3066390f400ffdcf Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
| | | | | | One code change, rest are in headers Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1
* Rajaram/Vinkesh | Copied tests for wsgi from nova. Added default ↵Rajaram Mallya2011-09-081-1/+1
| | | | content/accept types in Request which can be overridden by projects. Copied tests for XML serialization of Extension Controller's action from nova
* Vinkesh/Rajaram|Added nova's extension framework into common and tests for itRajaram Mallya2011-09-071-0/+53