diff --git a/doc/source/index.rst b/doc/source/index.rst index 2cad6f275..5943626b9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,16 @@ .. nova-specs documentation master file +======================== +Nova Project Priorities +======================== + +.. toctree:: + :glob: + :maxdepth: 1 + + priorities/* + + =========================== Nova Project Specifications =========================== diff --git a/doc/source/priorities b/doc/source/priorities new file mode 120000 index 000000000..2a9ef5db1 --- /dev/null +++ b/doc/source/priorities @@ -0,0 +1 @@ +../../priorities/ \ No newline at end of file diff --git a/priorities/kilo-priorities.rst b/priorities/kilo-priorities.rst new file mode 100644 index 000000000..d67da05b9 --- /dev/null +++ b/priorities/kilo-priorities.rst @@ -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 diff --git a/priorities/priority-blueprints-to-review.yaml b/priorities/priority-blueprints-to-review.yaml new file mode 100644 index 000000000..34c2e9c26 --- /dev/null +++ b/priorities/priority-blueprints-to-review.yaml @@ -0,0 +1 @@ +# List of blueprints that are project priorities and are ready for code review diff --git a/specs/kilo-template.rst b/specs/kilo-template.rst index 871c927aa..c5b9772a4 100644 --- a/specs/kilo-template.rst +++ b/specs/kilo-template.rst @@ -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 ===============