doc: clean up oslo-incubator related stuff

We nuke oslo-incubator in commit b1871e5759,
This is follow up to clean up documents about oslo-incubator.

Change-Id: I4a6b7342570118ae116e896f29ce0a223421793a
This commit is contained in:
ChangBo Guo(gcb) 2016-04-03 23:55:16 +08:00 committed by Daniel Berrange
parent 386d45eec7
commit 03344561c0
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Adding Support for GMRs to New Executables
Adding support for a *GMR* to a given executable is fairly easy.
First import the module (currently residing in oslo-incubator), as well as the Nova version module:
First import the module, as well as the Nova version module:
.. code-block:: python

View File

@ -92,7 +92,7 @@ layer to guarantee it won't break the back-compatibility. That may ugly
some hard-code permission check in API layer, but V2 API will be removed
once V2.1 API ready, so our choice will reduce the risk.
Port policy.d from oslo-incubator into nova
Port policy.d into nova
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This feature make deployer can override default policy rule easily. And