From 906e411895dfc6fff86b44fe5418da430c12b0cb Mon Sep 17 00:00:00 2001 From: Hiroyuki JO Date: Wed, 2 Oct 2019 14:23:38 +0900 Subject: [PATCH] add Ussuri specs directory Change-Id: If740de4f33ff19502bec01dcc65f40443286bf9e --- doc/source/index.rst | 1 + specs/ussuri/index.rst | 9 +++ specs/ussuri/placeholder.rst | 124 +++++++++++++++++++++++++++++++++++ 3 files changed, 134 insertions(+) create mode 100644 specs/ussuri/index.rst create mode 100644 specs/ussuri/placeholder.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 2516db0a..15b991a4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,6 +22,7 @@ Specifications :glob: :maxdepth: 2 + specs/ussuri/index specs/train/index specs/stein/index specs/rocky/index diff --git a/specs/ussuri/index.rst b/specs/ussuri/index.rst new file mode 100644 index 00000000..d9a97cb5 --- /dev/null +++ b/specs/ussuri/index.rst @@ -0,0 +1,9 @@ +============================ +Tacker Ussuri Specifications +============================ + +.. toctree:: + :glob: + :maxdepth: 1 + + * diff --git a/specs/ussuri/placeholder.rst b/specs/ussuri/placeholder.rst new file mode 100644 index 00000000..9aaa6f08 --- /dev/null +++ b/specs/ussuri/placeholder.rst @@ -0,0 +1,124 @@ +.. + This work is licensed under a Creative Commons Attribution 3.0 Unported + License. + + http://creativecommons.org/licenses/by/3.0/legalcode + +================== +(Placeholder Spec) +================== + +This file is just a placeholder for the specs directory. +It will be removed soon after some spec is merged. + +The latest spec template is found at ``specs/template.rst`` +in the ``tacker-specs`` repository. + +Problem description +=================== + +Sphinx toctree complains if no file exists in a directory +specified in toctree glob. + +Use Cases +--------- + +None + +Proposed change +=============== + +Add this file. Please remove later when the another spec is approved. + +Alternatives +------------ + +None + +Data model impact +----------------- + +None + +REST API impact +--------------- + +None + +Security impact +--------------- + +None + +Notifications impact +-------------------- + +None + +Other end user impact +--------------------- + +None + +Performance Impact +------------------ + +None + +Other deployer impact +--------------------- + +None + +Developer impact +---------------- + +None + +Upgrade impact +-------------- + +None + + +Implementation +============== + +Assignee(s) +----------- + +None + +Work Items +---------- + +None + + +Dependencies +============ + +None + + +Testing +======= + +None + + +Documentation Impact +==================== + +None + +References +========== + +None + + +History +======= + +None