Add in concept of project priorities

* Add section in kilo-template about project priorities (with a link to
  the kilo priorities document)
* Add in kilo priorities page. Currently this list is empty and we hope
  to fill it out at the summit
* Add the yaml file of priority blueprints that are ready for review.
  This is where we will track which priority blueprints need review.

Change-Id: I339e88f8055a63a9a9423d997da6581f977428c9
This commit is contained in:
Joe Gordon
2014-09-30 17:21:09 -07:00
parent de3f7d6836
commit 7fc42f2290
5 changed files with 27 additions and 0 deletions

View File

@@ -1,5 +1,16 @@
.. nova-specs documentation master file
========================
Nova Project Priorities
========================
.. toctree::
:glob:
:maxdepth: 1
priorities/*
===========================
Nova Project Specifications
===========================

1
doc/source/priorities Symbolic link
View File

@@ -0,0 +1 @@
../../priorities/

View File

@@ -0,0 +1,9 @@
.. _kilo-priorities:
========================
Kilo Project Priorities
========================
List of priorities (in the form of use cases) the nova development team is prioritizing in Kilo.
For more information see: http://docs.openstack.org/developer/nova/devref/kilo.blueprints.html#project-priorities

View File

@@ -0,0 +1 @@
# List of blueprints that are project priorities and are ready for code review

View File

@@ -57,6 +57,11 @@ What use cases does this address? What impact on actors does this change have?
Ensure you are clear about the actors in each use case: Developer, End User,
Deployer etc.
Project Priority
-----------------
Does this blueprint fit under one of the :ref:`kilo-priorities`? If so which one
and how?
Proposed change
===============