OpenStack middleware library
Go to file
Doug Hellmann 6e90d28b9b fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I16855b85149c1e0dc98f12e6380a1d20b857590f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 14:53:49 -04:00
doc Updated from global requirements 2018-03-21 08:56:07 +00:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Imported Translations from Zanata 2018-03-01 06:18:45 +00:00
releasenotes Imported Translations from Zanata 2018-03-01 06:18:45 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore Add reno for release notes management 2016-06-30 09:58:08 +00:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.testr.conf initial oslo.middleware checkin 2014-06-24 18:14:05 -04:00
.zuul.yaml add lower-constraints job 2018-03-24 21:02:38 -04:00
CONTRIBUTING.rst Optimize the link address 2017-04-15 10:13:47 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:06:02 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
README.rst Trivial: Update pypi url to new url 2018-04-21 10:57:58 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
lower-constraints.txt add lower-constraints job 2018-03-24 21:02:38 -04:00
requirements.txt Updated from global requirements 2018-03-21 08:56:07 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:06:02 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:09 +00:00
test-requirements.txt Follow the new PTI for document build 2018-03-02 10:30:19 +08:00
tox.ini fix tox python3 overrides 2018-06-06 14:53:49 -04:00

README.rst

oslo.middleware

Latest Version

Downloads

Oslo middleware library includes components that can be injected into wsgi pipelines to intercept request/response flows. The base class can be enhanced with functionality like add/delete/modification of http headers and support for limiting size/connection etc.