summaryrefslogtreecommitdiff
path: root/oslo/middleware/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* [fix-compat] More definitions for oslo.middleware3.3.0Davanum Srinivas2015-12-121-1/+11
| | | | | | | | | Please see I04739bc3987786b4bc1fefc70fabaa69b3de52b4 for context. Adding the modules is not enough. We need to expose additional classes in the __init__.py for oslo.middleware package for grenade to work properly Change-Id: Ib19bcc47909621260902be31eb14e8240155c7d0
* Re-Add oslo.middleware namespace for backward compat3.2.0Davanum Srinivas (dims)2015-12-101-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | Short Story: If we don't do this then we have to drop, assert:support-upgrade from nova (Really Really Bad!) Longer Story: We need to support kilo paste-ini until liberty-eol per policies already in place. To do that an alternative would have been to cap global-requirements, but that got ruled out, please see work and reasons here: I5731b0278e266699fe716733b6dd4f7238a35586 There's also another new spec openstack-specs that is gathering a lot of positive votes regarding backward compat: I72e4e9cfa0539f6b326a0296c065fa3cb754f8ae Note that this is not a straight revert of: I1479f37f500a358cdf7ad416f0257288b65c9245 As i just want to drop the tests and keep the files to a minimum. The grenade job is enough to test the older scenario (which was failing) which we need to support. Change-Id: I04739bc3987786b4bc1fefc70fabaa69b3de52b4 Closes-Bug: 1524404
* Remove oslo namespace packagegordon chung2015-11-091-28/+0
| | | | | | | | Blueprint remove-namespace-packages Co-Authored-By: Doug Hellmann <doug@doughellmann.com> Closes-Bug: #1463508 Change-Id: I1479f37f500a358cdf7ad416f0257288b65c9245
* Revert "Remove oslo namespace package"Doug Hellmann2015-06-091-0/+28
| | | | | | | | This reverts commit bcbfceb716f7259a9a81e5750b60dc6ddc8f0a63. Related-Bug: #1463478 Change-Id: I37055c4a85ad747de9b177fb0d12f48edc2d63f5
* Remove oslo namespace packageDoug Hellmann2015-05-111-28/+0
| | | | | | | | | Blueprint remove-namespace-packages Depends-on: I38e7c60ec602c33f74de237b6014b4ac13ee4985 for openstack/nova Change-Id: I3cc1bf69e5e7daccf283d9b9c7f8620d68961de7
* Move files out of the namespace package0.3.0Doug Hellmann2015-01-061-10/+15
| | | | | | | | | | Move the public API out of oslo.middleware to oslo_middleware. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: If88c65c82b64f096a02f7ec62e019aea4de2f9d3
* expose middleware through oslo.middlewaregordon chung2014-08-211-0/+23
| | | | | | | allow middleware to be called through oslo.middleware rather than through module. Change-Id: Iee535002a3bed221f85e97fb10528fbb9234dcb1
* exported from oslo-incubator by graduate.shGordon Chung2014-06-241-0/+0