summaryrefslogtreecommitdiff
path: root/etc/api-paste.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-04-28 22:08:39 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-04-28 22:08:39 +0000
commit5281e52512fc5b9b1017cf5c5da40cc92a7fe775 (patch)
tree7c3c8259dcdbfa19e50533aacec31073c5d38a85 /etc/api-paste.ini
parent5cb06a0d5787da15aefb6f53e0577a8658502059 (diff)
downloadneutron-5281e52512fc5b9b1017cf5c5da40cc92a7fe775.tar.gz
Drop use of 'oslo' namespace package
The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. The namespace package was retained during kilo for backwards compatibility, but will be removed by the liberty-2 milestone. This change removes the use of the namespace package, replacing it with the new package names. The patches in the libraries will be put on hold until application patches have landed, or L2, whichever comes first. At that point, new versions of the libraries without namespace packages will be released as a major version update. Please merge this patch, or an equivalent, before L2 to avoid problems with those library releases. Blueprint: remove-namespace-packages https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages Change-Id: If8a132de65ba1e57ea93f98daac66816a3cefaa8
Diffstat (limited to 'etc/api-paste.ini')
-rw-r--r--etc/api-paste.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/api-paste.ini b/etc/api-paste.ini
index 29f01e20b2..4fb3ddbae3 100644
--- a/etc/api-paste.ini
+++ b/etc/api-paste.ini
@@ -9,10 +9,10 @@ noauth = request_id catch_errors extensions neutronapiapp_v2_0
keystone = request_id catch_errors authtoken keystonecontext extensions neutronapiapp_v2_0
[filter:request_id]
-paste.filter_factory = oslo.middleware:RequestId.factory
+paste.filter_factory = oslo_middleware:RequestId.factory
[filter:catch_errors]
-paste.filter_factory = oslo.middleware:CatchErrors.factory
+paste.filter_factory = oslo_middleware:CatchErrors.factory
[filter:keystonecontext]
paste.filter_factory = neutron.auth:NeutronKeystoneContext.factory