From 7ddfffb0fc37f4fd04937b11ac03b95aeed1306c Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 3 Jun 2016 11:10:40 +0200 Subject: [PATCH] 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 --- doc/source/stadium/sub_project_guidelines.rst | 13 ------------- neutron/openstack/__init__.py | 0 2 files changed, 13 deletions(-) delete mode 100644 neutron/openstack/__init__.py diff --git a/doc/source/stadium/sub_project_guidelines.rst b/doc/source/stadium/sub_project_guidelines.rst index b50e9e5b203..e7159bd2da2 100644 --- a/doc/source/stadium/sub_project_guidelines.rst +++ b/doc/source/stadium/sub_project_guidelines.rst @@ -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 ------------ diff --git a/neutron/openstack/__init__.py b/neutron/openstack/__init__.py deleted file mode 100644 index e69de29bb2d..00000000000