]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Clarify what gerrit repositories can target neutron-specs
authorKyle Mestery <mestery@mestery.com>
Wed, 21 Oct 2015 17:43:58 +0000 (17:43 +0000)
committerKyle Mestery <mestery@mestery.com>
Wed, 21 Oct 2015 18:15:13 +0000 (18:15 +0000)
It wasn't made clear by the existing documentation that we only want
neutron, neutron-fwaas, neutron-lbaas, and neutron-vpnaas repositories
to target specs at neutron-specs. This makes it 100% crystal clear.

Change-Id: I5b87faa31d71676f1674fd7370535ae6d895b43f
Signed-off-by: Kyle Mestery <mestery@mestery.com>
doc/source/policies/blueprints.rst

index 30a8c07d1217dfc8a67942fbcf098fc03cec8d09..ed84c40cf1309f0188ac6e7c06d2401ef3101200 100644 (file)
@@ -4,7 +4,7 @@ Blueprints and Specs
 The Neutron team uses the `neutron-specs
 <http://git.openstack.org/cgit/openstack/neutron-specs>`_ repository for its
 specification reviews. Detailed information can be found `here
-<https://wiki.openstack.org/wiki/Blueprints#Neutron>`_. Please also find
+<https://wiki.openstack.org/wiki/Blueprints>`_. Please also find
 additional information in the reviews.rst file.
 
 The Neutron team does not enforce deadlines for specs. These can be submitted
@@ -19,6 +19,17 @@ for spec submissions. It is not required to fill out all sections in the
 template. Review of the spec may require filling in information left out by
 the submitter.
 
+Sub-Projects and Specs
+----------------------
+
+The `neutron-specs <http://git.openstack.org/cgit/openstack/neutron-specs>`_
+repository is only meant for specs from Neutron itself, and the advanced
+services repositories as well. This includes FWaaS, LBaaS, and VPNaaS. Other
+sub-projects are encouraged to fold their specs into their own devref code
+in their sub-project gerrit repositories. Please see additional commments
+`here <http://docs.openstack.org/developer/neutron/policies/neutron-teams.html#neutron-specs-core-reviewer-team>`_
+for reviewer requirements of the neutron-specs repository.
+
 Neutron Request for Feature Enhancements
 ----------------------------------------