diff --git a/doc/source/index.rst b/doc/source/index.rst index 4695ae4f..03060c0e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,8 +1,8 @@ .. glance-specs documentation master file -===================================== +============================ Image Service (Glance) Plans -===================================== +============================ Priorities ========== @@ -33,6 +33,7 @@ Glance specs: specs/newton/* specs/ocata/* specs/pike/* + specs/queens/* Client specs: diff --git a/specs/queens/approved/glance/lite-specs.rst b/specs/queens/approved/glance/lite-specs.rst new file mode 100644 index 00000000..68dbdb3d --- /dev/null +++ b/specs/queens/approved/glance/lite-specs.rst @@ -0,0 +1,41 @@ +: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/template.rst b/specs/queens/approved/glance/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/queens/approved/glance/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/queens/approved/glance_store/lite-specs.rst b/specs/queens/approved/glance_store/lite-specs.rst new file mode 100644 index 00000000..c02af9d2 --- /dev/null +++ b/specs/queens/approved/glance_store/lite-specs.rst @@ -0,0 +1,41 @@ +: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/glance_store/template.rst b/specs/queens/approved/glance_store/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/queens/approved/glance_store/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/queens/approved/index.rst b/specs/queens/approved/index.rst new file mode 100644 index 00000000..0ee56d71 --- /dev/null +++ b/specs/queens/approved/index.rst @@ -0,0 +1,31 @@ +============================== +Queens Approved Specifications +============================== + +.. toctree:: + :glob: + :maxdepth: 1 + +Queens approved specs for Glance: + +.. toctree:: + :glob: + :maxdepth: 1 + + glance/* + +Queens approved specs for glance_store: + +.. toctree:: + :glob: + :maxdepth: 1 + + glance_store/* + +Queens approved specs for python-glanceclient: + +.. toctree:: + :glob: + :maxdepth: 1 + + python-glanceclient/* diff --git a/specs/queens/approved/python-glanceclient/lite-specs.rst b/specs/queens/approved/python-glanceclient/lite-specs.rst new file mode 100644 index 00000000..92b6ab7e --- /dev/null +++ b/specs/queens/approved/python-glanceclient/lite-specs.rst @@ -0,0 +1,41 @@ +: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 +=================================== diff --git a/specs/queens/approved/python-glanceclient/template.rst b/specs/queens/approved/python-glanceclient/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/queens/approved/python-glanceclient/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/queens/index.rst b/specs/queens/index.rst new file mode 100644 index 00000000..1fd8bd17 --- /dev/null +++ b/specs/queens/index.rst @@ -0,0 +1,23 @@ +===================== +Queens Specifications +===================== + +.. toctree:: + :glob: + :maxdepth: 1 + +Queens implemented specs: + +.. toctree:: + :glob: + :maxdepth: 1 + +.. implemented/* + +Queens approved (but not implemented) specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + approved/*