From a56b82b0aa3a23ff076914b97a382efe98cd0de5 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Jun 2013 13:45:46 +0200 Subject: Replace openstack-common with oslo in docs Change-Id: Id4a8f285b380478705e5518440b7ed602e7757d4 --- doc/source/middlewarearchitecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst index b7c5977a..4833a466 100644 --- a/doc/source/middlewarearchitecture.rst +++ b/doc/source/middlewarearchitecture.rst @@ -103,7 +103,7 @@ Deployment Strategy =================== The middleware is intended to be used inline with OpenStack wsgi components, -based on the openstack-common WSGI middleware class. It is typically deployed +based on the oslo WSGI middleware class. It is typically deployed as a configuration element in a paste configuration pipeline of other middleware components, with the pipeline terminating in the service application. The middleware conforms to the python WSGI standard [PEP-333]_. -- cgit