From 70e5b68f658fc958f3a7636f9b1ceffb4bb7c5f7 Mon Sep 17 00:00:00 2001 From: zhongjun Date: Tue, 5 Sep 2017 15:57:24 +0800 Subject: [PATCH] Adds a Queens release section to manila-specs This adds a queens specs/queens/ folder and adds a Queens release section to the index.rst doc. Change-Id: I0eff45243422e7a9ad29853c20e9bdffc99a8682 --- doc/source/index.rst | 8 ++++++++ specs/queens/README.rst | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 specs/queens/README.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 3ea3035..7d74ad4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,6 +16,14 @@ the Ocata release. The agreed upon specs are listed here: priorities/* +Queens approved specs +===================== +.. toctree:: + :glob: + :maxdepth: 1 + + specs/queens/* + Pike approved specs =================== .. toctree:: diff --git a/specs/queens/README.rst b/specs/queens/README.rst new file mode 100644 index 0000000..1d6c5f7 --- /dev/null +++ b/specs/queens/README.rst @@ -0,0 +1,2 @@ +Add Queens release specs in this folder +=======================================