OpenStack middleware library
Go to file
Samuel de Medeiros Queiroz bc7d4b8be8 Remove deprecated oslo.subdomain from CORS opts
Defining configuration under cors.* blocks is deprecated. However, we
advertise [cors.subdomain] as a CORS section, and still throw a warning
if that section (that we list) is used in config files.

This was causing warnings in the keystone unit tests output, since the
generated config file does contain both of those listed sections [2].

[1] https://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/cors.py#L200-L205
[2] https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L587-L616

Change-Id: Ice114bf1fdceda7bf122f5fd6b98fc88a85c8ff3
2017-06-19 17:52:45 -04:00
doc/source Suggest to use egg based filter_factory rather than fragile full path 2016-11-29 14:43:22 +01:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Remove deprecated oslo.subdomain from CORS opts 2017-06-19 17:52:45 -04:00
releasenotes Set global_request_id if passed in as X-OpenStack-Request-ID. 2017-05-23 12:48:41 -04:00
tools Add Constraints support 2016-12-20 14:33:43 +11: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
CONTRIBUTING.rst Optimize the link address 2017-04-15 10:13:47 +08:00
HACKING.rst Fixed syntax of the HACKING.rst file 2014-07-22 15:59:09 +02:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
README.rst Optimize the link address 2017-04-15 10:13:47 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
requirements.txt Updated from global requirements 2017-06-15 16:33:00 +00:00
setup.cfg Remove pbr warnerrors in favor of sphinx check 2017-06-12 08:43:20 +07:00
setup.py Updated from global requirements 2017-03-03 00:03:09 +00:00
test-requirements.txt Updated from global requirements 2017-06-02 22:05:24 +00:00
tox.ini Add Constraints support 2016-12-20 14:33:43 +11: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.