From ce166699c48b21bf3a468821dc4f58776cbf48fd Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 12 May 2016 19:12:42 -0400 Subject: [PATCH] Add directory for other project specs The specs repo was previously organized into 2 dirs, one for devstack and one for tempest. However, the qa program consists of more than just those 2 projects. (although they are the 2 most active) There was no place present in the repo for any specs outside of those. (or for adding new projects) This commit adds an additional directory, other where specs can live for those that fall outside of tempest and devstack. Change-Id: I16821067fcb3bf7188683a8462e4a1d450f939dd --- doc/source/index.rst | 10 ++++++++++ specs/other/.placeholder | 0 specs/other/implemented/.placeholder | 0 3 files changed, 10 insertions(+) create mode 100644 specs/other/.placeholder create mode 100644 specs/other/implemented/.placeholder diff --git a/doc/source/index.rst b/doc/source/index.rst index bdf86d3..0f0b65b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,6 +22,15 @@ DevStack Project Specifications specs/devstack/* +Other Project Specifications +---------------------------- + +.. toctree:: + :glob: + :maxdepth: 2 + + specs/other/* + Implemented Specifications -------------------------- .. toctree:: @@ -30,6 +39,7 @@ Implemented Specifications specs/tempest/implemented/* specs/devstack/implemented/* + specs/other/implemented/* ==================================== Specification Repository Information diff --git a/specs/other/.placeholder b/specs/other/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/specs/other/implemented/.placeholder b/specs/other/implemented/.placeholder new file mode 100644 index 0000000..e69de29