Merge "doc: clean up oslo-incubator related stuff"

This commit is contained in:
Jenkins 2016-04-05 11:04:06 +00:00 committed by Gerrit Code Review
commit 905500428b
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