Start Ocata specs proposals

Some of the Newton specs did not get enough attention from cores
during the cycle. Let's start the Ocata folder for starting planning on
the specs for next cycle.

This needs to be started/merged in Newton for people to start planning
on writing specs and then help the glance team and community
determine/plan work for Ocata.

Co-Authored-By: Nikhil Komawar <nik.komawar@gmail.com>
Co-Authored-By: Brian Rosmaita <brian.rosmaita@rackspace.com>

Change-Id: I16d1dd18c3efceb2245239f9c95483e717c70c4d
This commit is contained in:
Nikhil Komawar 2016-08-03 12:52:42 -04:00
parent 5726475723
commit 9f7278d435
10 changed files with 176 additions and 1 deletions

View File

@ -31,6 +31,7 @@ Glance specs:
specs/liberty/index
specs/mitaka/*
specs/newton/*
specs/ocata/*
Client specs:
@ -40,7 +41,7 @@ Client specs:
specs/glanceclient/*
====================
Image service V2 API

View File

@ -0,0 +1,38 @@
================
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
===================================

View File

@ -0,0 +1 @@
../../../template.rst

View File

@ -0,0 +1,39 @@
======================
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
===================================

View File

@ -0,0 +1 @@
../../../template.rst

View File

@ -0,0 +1,31 @@
=============================
Ocata Approved Specifications
=============================
.. toctree::
:glob:
:maxdepth: 1
Ocata approved specs for Glance:
.. toctree::
:glob:
:maxdepth: 1
glance/*
Ocata approved specs for glance_store:
.. toctree::
:glob:
:maxdepth: 1
glance_store/*
Ocata approved specs for python-glanceclient:
.. toctree::
:glob:
:maxdepth: 1
python-glanceclient/*

View File

@ -0,0 +1,39 @@
=======================
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
===================================

View File

@ -0,0 +1 @@
../../../template.rst

23
specs/ocata/index.rst Normal file
View File

@ -0,0 +1,23 @@
====================
Ocata Specifications
====================
.. toctree::
:glob:
:maxdepth: 1
Ocata implemented specs:
.. toctree::
:glob:
:maxdepth: 1
.. implemented/*
Ocata approved (but not implemented) specs:
.. toctree::
:glob:
:maxdepth: 1
approved/*

1
specs/ocata/template.rst Symbolic link
View File

@ -0,0 +1 @@
../template.rst