From a56b82b0aa3a23ff076914b97a382efe98cd0de5 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Jun 2013 13:45:46 +0200 Subject: [PATCH] Replace openstack-common with oslo in docs Change-Id: Id4a8f285b380478705e5518440b7ed602e7757d4 --- HACKING.rst | 12 ++++++------ doc/source/middlewarearchitecture.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index bf0befca41..e61d0cab6d 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -238,16 +238,16 @@ For more information on creating unit tests and utilizing the testing infrastructure in OpenStack Nova, please read nova/testing/README.rst. -openstack-common +oslo-incubator ---------------- -A number of modules from openstack-common are imported into the project. +A number of modules from oslo-incubator are imported into the project. -These modules are "incubating" in openstack-common and are kept in sync -with the help of openstack-common's update.py script. See: +These modules are "incubating" in oslo-incubator and are kept in sync +with the help of oslo's update.py script. See: - http://wiki.openstack.org/CommonLibrary#Incubation + https://wiki.openstack.org/wiki/Oslo#Incubation The copy of the code should never be directly modified here. Please -always update openstack-common first and then run the script to copy +always update oslo-incubator first and then run the script to copy the changes across. diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst index b7c5977a34..4833a4667a 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]_.