Review specs for newton, open for ocata
Review and mark as implemented specs in Newton. Move unimplemented specs to Ocata backlog or approved. Setup for Ocata aligned specs. Change-Id: I7008085871e3418cff0887e63cb8037b8ffdccb9
This commit is contained in:
parent
d3884f9012
commit
fb25a4d3c5
@ -14,6 +14,7 @@ on for the upcoming release. This is the output of those discussions:
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
priorities/ocata-priorities
|
||||
priorities/newton-priorities
|
||||
|
||||
Specifications
|
||||
@ -25,6 +26,7 @@ Here you can find the specs, and spec template, for each release:
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/ocata/index
|
||||
specs/newton/index
|
||||
|
||||
There are also some approved backlog specifications that are looking for owners:
|
||||
|
1
doc/source/specs/ocata/approved
Symbolic link
1
doc/source/specs/ocata/approved
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../specs/ocata/approved
|
1
doc/source/specs/ocata/backlog
Symbolic link
1
doc/source/specs/ocata/backlog
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../specs/ocata/backlog
|
1
doc/source/specs/ocata/implemented
Symbolic link
1
doc/source/specs/ocata/implemented
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../specs/ocata/implemented
|
34
doc/source/specs/ocata/index.rst
Normal file
34
doc/source/specs/ocata/index.rst
Normal file
@ -0,0 +1,34 @@
|
||||
===========================
|
||||
Charm Ocata Specifications
|
||||
===========================
|
||||
|
||||
Template:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Specification Template (Ocata release) <template>
|
||||
|
||||
Ocata implemented specs:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
implemented/*
|
||||
|
||||
Ocata approved (but not implemented) specs:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
approved/*
|
||||
|
||||
Ocata backlog (carried over from previous cycle) specs:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
backlog/*
|
1
doc/source/specs/ocata/redirects
Symbolic link
1
doc/source/specs/ocata/redirects
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../specs/ocata/redirects
|
1
doc/source/specs/ocata/template.rst
Symbolic link
1
doc/source/specs/ocata/template.rst
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../specs/template.rst
|
0
specs/ocata/redirects
Normal file
0
specs/ocata/redirects
Normal file
@ -22,7 +22,7 @@ class TestDirectories(testtools.TestCase):
|
||||
releases = [x.split('/')[1] for x in glob.glob('specs/*/')]
|
||||
for release in releases:
|
||||
files = os.listdir("specs/%s/" % release)
|
||||
valid = ['redirects', 'implemented', 'approved']
|
||||
valid = ['redirects', 'implemented', 'approved', 'backlog']
|
||||
for name in files:
|
||||
if name.startswith('.'):
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user