From d6b879f936030a4fcfdfcb6807289c39765b9285 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 8 May 2019 14:54:16 -0700 Subject: [PATCH] Move unimplemented specifications to separate folder This cleans up stuff so users and documentation folks can be sure that targeted specifications have been implemented in one form or another. Change-Id: I0a8daab3ba55ff43b3db8433077eb667b84a5ee2 --- doc/source/index.rst | 17 +++++++++++++++++ .../add-json-schema-validation-for-api.rst | 0 .../priority-for-access-rules.rst | 0 .../stochastic-weighing-scheduler.rst | 0 4 files changed, 17 insertions(+) rename specs/{stein => unimplemented}/add-json-schema-validation-for-api.rst (100%) rename specs/{stein => unimplemented}/priority-for-access-rules.rst (100%) rename specs/{ocata => unimplemented}/stochastic-weighing-scheduler.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index 14cbd51..6d88783 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -75,6 +75,23 @@ Newton approved specs specs/newton/* +Unimplemented specs +=================== + +These specifications are design ideas that were proposed +and accepted, but have not been implemented in the cycle +that they were targeted for. The original assignee/s +may have stepped away. New contributors are welcome to +pick any of these up and complete them. Please contact the +original assignee or ask on freenode's #openstack-manila +channel to proceed. + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/unimplemented/* + Specs Process and Repository Information ======================================== diff --git a/specs/stein/add-json-schema-validation-for-api.rst b/specs/unimplemented/add-json-schema-validation-for-api.rst similarity index 100% rename from specs/stein/add-json-schema-validation-for-api.rst rename to specs/unimplemented/add-json-schema-validation-for-api.rst diff --git a/specs/stein/priority-for-access-rules.rst b/specs/unimplemented/priority-for-access-rules.rst similarity index 100% rename from specs/stein/priority-for-access-rules.rst rename to specs/unimplemented/priority-for-access-rules.rst diff --git a/specs/ocata/stochastic-weighing-scheduler.rst b/specs/unimplemented/stochastic-weighing-scheduler.rst similarity index 100% rename from specs/ocata/stochastic-weighing-scheduler.rst rename to specs/unimplemented/stochastic-weighing-scheduler.rst