From 02ecfd03ef09d1e05e4817dfe0ae6a1b5a5e1e20 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 30 Oct 2017 11:43:36 -0400 Subject: [PATCH] Clean up Queens 'approved' directory In Queens, we began putting lite specs each into their own file instead of keeping them all in a single file. This has left us with "empty" Queens lite spec template files in the 'approved' directory, so this patch removes them. Change-Id: I5449c625653bb3aec7fdff30a831fb065ab9c084 --- specs/queens/approved/glance/lite-specs.rst | 41 ------------------- .../approved/glance_store/lite-specs.rst | 41 ------------------- specs/queens/approved/index.rst | 9 ++-- .../python-glanceclient/lite-specs.rst | 41 ------------------- 4 files changed, 4 insertions(+), 128 deletions(-) delete mode 100644 specs/queens/approved/glance/lite-specs.rst delete mode 100644 specs/queens/approved/glance_store/lite-specs.rst delete mode 100644 specs/queens/approved/python-glanceclient/lite-specs.rst diff --git a/specs/queens/approved/glance/lite-specs.rst b/specs/queens/approved/glance/lite-specs.rst deleted file mode 100644 index 68dbdb3d..00000000 --- a/specs/queens/approved/glance/lite-specs.rst +++ /dev/null @@ -1,41 +0,0 @@ -:orphan: - -================ -Glance Spec Lite -================ - -Please keep this template section in place and add your own copy of it between the markers. -Please fill only one Spec Lite per commit. - - -------------------------- - -:problem: <What is the driver to make the change.> - -:solution: <High level description what needs to get done. For example: "We need to - add client function X.Y.Z to interact with new server functionality Z".> - -:impacts: <All possible \*Impact flags (same as in commit messages) or 'None'.> - -Optionals (please remove this line and fill or remove the rest until End of Template): -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -:how: <More technical details than the high level overview of `solution` if needed.> - -:alternatives: <Any alternative approaches that might be worth of bringing to discussion.> - -:timeline: <Estimation of the time needed to complete the work.> - -:link: <Link to the change in gerrit that already would provide the `solution`. - After commiting the Spec Lite depend the change to the Spec Lite commit.> - -:reviewers: <If reviewers has been agreed for the functionality, list them here.> - -:assignee: <If known, list who is going to work on the feature implementation here> - -End of Template -+++++++++++++++ - - -Add your Spec Lite before this line -=================================== diff --git a/specs/queens/approved/glance_store/lite-specs.rst b/specs/queens/approved/glance_store/lite-specs.rst deleted file mode 100644 index c02af9d2..00000000 --- a/specs/queens/approved/glance_store/lite-specs.rst +++ /dev/null @@ -1,41 +0,0 @@ -:orphan: - -====================== -Glance Store Spec Lite -====================== - -Please keep this template section in place and add your own copy of it between the markers. -Please fill only one Spec Lite per commit. - -<Title of your Spec Lite> -------------------------- - -:problem: <What is the driver to make the change.> - -:solution: <High level description what needs to get done. For example: "We need to - add client function X.Y.Z to interact with new server functionality Z".> - -:impacts: <All possible \*Impact flags (same as in commit messages) or 'None'.> - -Optionals (please remove this line and fill or remove the rest until End of Template): -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -:how: <More technical details than the high level overview of `solution` if needed.> - -:alternatives: <Any alternative approaches that might be worth of bringing to discussion.> - -:timeline: <Estimation of the time needed to complete the work.> - -:link: <Link to the change in gerrit that already would provide the `solution`. - After commiting the Spec Lite depend the change to the Spec Lite commit.> - -:reviewers: <If reviewers has been agreed for the functionality, list them here.> - -:assignee: <If known, list who is going to work on the feature implementation here> - -End of Template -+++++++++++++++ - - -Add your Spec Lite before this line -=================================== diff --git a/specs/queens/approved/index.rst b/specs/queens/approved/index.rst index 0ee56d71..a3ac6546 100644 --- a/specs/queens/approved/index.rst +++ b/specs/queens/approved/index.rst @@ -16,11 +16,10 @@ Queens approved specs for Glance: Queens approved specs for glance_store: -.. toctree:: - :glob: - :maxdepth: 1 - - glance_store/* + There are no specs approved for glance_store for Queens. + Please consult the :doc:`../../untargeted/index` if + you'd like to work on glance_store during the Queens + development cycle. Queens approved specs for python-glanceclient: diff --git a/specs/queens/approved/python-glanceclient/lite-specs.rst b/specs/queens/approved/python-glanceclient/lite-specs.rst deleted file mode 100644 index 92b6ab7e..00000000 --- a/specs/queens/approved/python-glanceclient/lite-specs.rst +++ /dev/null @@ -1,41 +0,0 @@ -:orphan: - -======================= -Glance Client Spec Lite -======================= - -Please keep this template section in place and add your own copy of it between the markers. -Please fill only one Spec Lite per commit. - -<Title of your Spec Lite> -------------------------- - -:problem: <What is the driver to make the change.> - -:solution: <High level description what needs to get done. For example: "We need to - add client function X.Y.Z to interact with new server functionality Z".> - -:impacts: <All possible \*Impact flags (same as in commit messages) or 'None'.> - -Optionals (please remove this line and fill or remove the rest until End of Template): -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -:how: <More technical details than the high level overview of `solution` if needed.> - -:alternatives: <Any alternative approaches that might be worth of bringing to discussion.> - -:timeline: <Estimation of the time needed to complete the work.> - -:link: <Link to the change in gerrit that already would provide the `solution`. - After commiting the Spec Lite depend the change to the Spec Lite commit.> - -:reviewers: <If reviewers has been agreed for the functionality, list them here.> - -:assignee: <If known, list who is going to work on the feature implementation here> - -End of Template -+++++++++++++++ - - -Add your Spec Lite before this line -===================================