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:
@@ -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
1
doc/source/priorities
Symbolic link
@@ -0,0 +1 @@
|
||||
../../priorities/
|
||||
9
priorities/kilo-priorities.rst
Normal file
9
priorities/kilo-priorities.rst
Normal 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
|
||||
1
priorities/priority-blueprints-to-review.yaml
Normal file
1
priorities/priority-blueprints-to-review.yaml
Normal file
@@ -0,0 +1 @@
|
||||
# List of blueprints that are project priorities and are ready for code review
|
||||
@@ -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
|
||||
===============
|
||||
|
||||
Reference in New Issue
Block a user