From 1e22c70b42d76c7d7e3583db0a961f34a0ec958e Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 2 Jun 2016 13:06:33 +0100 Subject: [PATCH] Create specs directory for Ocata The deadline for non-priority specs for Newton is almost here, and as always there will be a large number of specs that do not get approved. Any that remain in the Newton directory will eventually get force abandoned. Opening up the Ocata directory allows submitters who wish to re-target their effort to the subsequent release, to move their spec across to the new directory straight away enabling ongoing visibility & review. Change-Id: I732576bb3c0e60ec130cdf73647fbc2f234905f7 Signed-off-by: Daniel P. Berrange --- doc/source/index.rst | 2 + doc/source/specs/ocata/approved | 1 + doc/source/specs/ocata/implemented | 1 + doc/source/specs/ocata/index.rst | 26 ++ doc/source/specs/ocata/redirects | 1 + doc/source/specs/ocata/template.rst | 1 + priorities/ocata-priorities.rst | 7 + specs/ocata-template.rst | 397 +++++++++++++++++++++ specs/ocata/approved/ocata-template.rst | 1 + specs/ocata/implemented/ocata-template.rst | 1 + specs/ocata/redirects | 0 11 files changed, 438 insertions(+) create mode 120000 doc/source/specs/ocata/approved create mode 120000 doc/source/specs/ocata/implemented create mode 100644 doc/source/specs/ocata/index.rst create mode 120000 doc/source/specs/ocata/redirects create mode 120000 doc/source/specs/ocata/template.rst create mode 100644 priorities/ocata-priorities.rst create mode 100644 specs/ocata-template.rst create mode 120000 specs/ocata/approved/ocata-template.rst create mode 120000 specs/ocata/implemented/ocata-template.rst create mode 100644 specs/ocata/redirects diff --git a/doc/source/index.rst b/doc/source/index.rst index ac1bf90a7..3aabf68db 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 priorities/mitaka-priorities priorities/liberty-priorities @@ -28,6 +29,7 @@ Here you can find the specs, and spec template, for each release: :glob: :maxdepth: 1 + specs/ocata/index specs/newton/index specs/mitaka/index specs/liberty/index diff --git a/doc/source/specs/ocata/approved b/doc/source/specs/ocata/approved new file mode 120000 index 000000000..bb75fede0 --- /dev/null +++ b/doc/source/specs/ocata/approved @@ -0,0 +1 @@ +../../../../specs/ocata/approved/ \ No newline at end of file diff --git a/doc/source/specs/ocata/implemented b/doc/source/specs/ocata/implemented new file mode 120000 index 000000000..32079bf22 --- /dev/null +++ b/doc/source/specs/ocata/implemented @@ -0,0 +1 @@ +../../../../specs/ocata/implemented/ \ No newline at end of file diff --git a/doc/source/specs/ocata/index.rst b/doc/source/specs/ocata/index.rst new file mode 100644 index 000000000..ae559d237 --- /dev/null +++ b/doc/source/specs/ocata/index.rst @@ -0,0 +1,26 @@ +========================= +Nova Ocata Specifications +========================= + +Template: + +.. toctree:: + :maxdepth: 1 + + Specification Template (Ocata release)