summaryrefslogtreecommitdiff
path: root/oslo
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-102-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-098-119/+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-098-0/+119
| | | | | | | | This reverts commit bcbfceb716f7259a9a81e5750b60dc6ddc8f0a63. Related-Bug: #1463478 Change-Id: I37055c4a85ad747de9b177fb0d12f48edc2d63f5
* Remove oslo namespace packageDoug Hellmann2015-05-118-119/+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-069-339/+21
| | | | | | | | | | 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
* Merge "switch to oslo.context"Jenkins2015-01-064-144/+1
|\
| * switch to oslo.contextgordon chung2014-12-294-144/+1
| | | | | | | | Change-Id: I348fe06441e751ad1e53cd293f098bc21a445048
* | Don't use default value in LimitingReaderBrant Knudson2015-01-011-1/+6
|/ | | | | | | | | We can't simply pass the None default on to the read operation as this default is handled differently between different wsgi implementations. Change-Id: I337e797b8dee3dfcf9299fe361cf197a176c8fe2 Closes-Bug: #1213106 Co-Authored-By: Jamie Lennox <jamielennox@redhat.com>
* Remove extraneous vim editor configuration commentsChristian Berendt2014-10-081-2/+0
| | | | | Change-Id: I2fb6d6174cf8b73ee663efa6718f4358be673869 Partial-Bug: #1229324
* Expose sizelimit option to config generatorDavanum Srinivas2014-10-012-11/+64
| | | | | | | | | | | | | * Adding a group name to prevent collision with keystone middleware library option * Adds an opts module for the config generator to use. * Makes the option in sizelimit private since we don't want consumers using them directly. * Moves the options to an oslo_middleware group with appropriate deprecated_opts settings to keep existing configs working. Closes-Bug: #1368490 Change-Id: I72263bd363a79275a314de727a04277276866565
* Remove oslo-incubator fixtureJulien Danjou2014-09-162-85/+0
| | | | Change-Id: I23cb59c1774b07842ac8853f3c104adfddd2c25b
* Update docs for first releaseDoug Hellmann2014-08-263-13/+11
| | | | | | | | | | Ensure each exported class has a docstring. Add API to the sphinx docs. Fix a few formatting issues so the rendered docs look OK. Change-Id: Ieef7bae3783a084249169fe9b80ab17518eee15f
* 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
* drop middleware suffix in class namesgordon chung2014-08-133-3/+3
| | | | | | | as discussed in bp, we should drop the middleware suffix in class names to avoid redundancy. Change-Id: I60e1e84e817e24be9ad1d31381df95c93f7b7990
* replace with oslo.i18ngordon chung2014-07-224-500/+37
|
* initial oslo.middleware checkinGordon Chung2014-06-2410-5/+731
|
* exported from oslo-incubator by graduate.shGordon Chung2014-06-248-0/+325