Prepare specs repository for Queens
Add directories, index file, template symlinks, and lite-specs templates for Queens specs. Change-Id: Idc9a166ea558e5af72b7a36fb0b4167ce235c193
This commit is contained in:
parent
b757a8b7f7
commit
d70f290561
@ -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:
|
||||
|
||||
|
41
specs/queens/approved/glance/lite-specs.rst
Normal file
41
specs/queens/approved/glance/lite-specs.rst
Normal file
@ -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.
|
||||
|
||||
<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
|
||||
===================================
|
1
specs/queens/approved/glance/template.rst
Symbolic link
1
specs/queens/approved/glance/template.rst
Symbolic link
@ -0,0 +1 @@
|
||||
../../../template.rst
|
41
specs/queens/approved/glance_store/lite-specs.rst
Normal file
41
specs/queens/approved/glance_store/lite-specs.rst
Normal file
@ -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
|
||||
===================================
|
1
specs/queens/approved/glance_store/template.rst
Symbolic link
1
specs/queens/approved/glance_store/template.rst
Symbolic link
@ -0,0 +1 @@
|
||||
../../../template.rst
|
31
specs/queens/approved/index.rst
Normal file
31
specs/queens/approved/index.rst
Normal file
@ -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/*
|
41
specs/queens/approved/python-glanceclient/lite-specs.rst
Normal file
41
specs/queens/approved/python-glanceclient/lite-specs.rst
Normal file
@ -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
|
||||
===================================
|
1
specs/queens/approved/python-glanceclient/template.rst
Symbolic link
1
specs/queens/approved/python-glanceclient/template.rst
Symbolic link
@ -0,0 +1 @@
|
||||
../../../template.rst
|
23
specs/queens/index.rst
Normal file
23
specs/queens/index.rst
Normal file
@ -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/*
|
Loading…
Reference in New Issue
Block a user