Jump to: navigation, search

Difference between revisions of "Neutron/BlueprintTemplate"

m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
[[category:neutron]]
= Blueprint Template =
+
= Blueprints in Neutron =
Below is an outline for a Blueprint Summary template. The purpose is to try and improve our development, review and release process. Please make sure that you include the sections below. If the section is not relevant the a simple ''N/A'' will suffice. In addition to this any links to diagrams will be graetly appreciated - this will be very helpful when we are documenting the feature release.
+
* Please use the spec file found here instead of this page: http://git.openstack.org/cgit/openstack/neutron-specs/tree/specs/template.rst.
 
+
* Follow the process here (https://wiki.openstack.org/wiki/Blueprints) for filing blueprints.
== Template ==
 
'''High level description''''''
 
'''[Short overview and high level description of what the blueprint is trying to achieve.]
 
 
 
'''<u>API's</u>
 
'''[List and explanation of the     new API's (if they exist)]
 
 
 
'''Configuration variables'''
 
[List and explanation of the    new configuration variables (if they exist)]
 
 
 
'''<u>Algorithm</u>
 
'''[Provide an overview of any algorithms that will be used]
 
 
 
'''<u>Data Model Changes<<BR>></u>'''[Are you introducing new model classes, or extending existing ones?]
 
 
 
'''<u>Plugin Interface<<BR>></u>'''[Does this feature introduce any change?]
 
 
 
'''<u>Required Plugin support</u>
 
'''[What should the plugins do to support this new feature? (If applicable)]
 

Latest revision as of 01:48, 25 September 2014

Blueprints in Neutron