devref: remove references to oslo incubator

With I108242ca9f27c9ec47959ce7615bc7d84cae014b, the last bit from
neutron.openstack.common was removed, and with it, all incubator code
that could be used by subprojects. It's time to remove the warning on
how to properly use incubator.

Also removed neutron/openstack directory that is now unused.

Change-Id: I0a0744fe68588bd5e3966b7c2457b56583231f42
This commit is contained in:
Ihar Hrachyshka 2016-06-03 11:10:40 +02:00
parent 88710bbc6b
commit 7ddfffb0fc
2 changed files with 0 additions and 13 deletions

View File

@ -39,19 +39,6 @@ enormous number of different plugin entry points provided by Neutron (L2 agent
extensions, API extensions, service plugins, core plugins, ML2 mechanism
drivers, etc.)
Oslo Incubator
~~~~~~~~~~~~~~
Don't ever reuse neutron code that comes from oslo-incubator in your
subprojects. For neutron repository, the code is usually located under the
following path: neutron.openstack.common.*
If you need any oslo-incubator code in your repository, copy it into your
repository from oslo-incubator and then use it from there.
Neutron team does not maintain any backwards compatibility strategy for the
code subtree and can break anyone who relies on it at any time.
Requirements
------------