Add placeholder for Train specs

The "T" release of OpenStack is officially "Train".

http://lists.openstack.org/pipermail/openstack-dev/2018-November/136464.html

Change-Id: I05f4b8da2e27d3b6c35b0f80edc19e6592c67de2
This commit is contained in:
wangyayan 2018-11-14 16:56:02 +08:00
parent 4c9945ef6e
commit d5a54bcb3f
2 changed files with 40 additions and 0 deletions

View File

@ -7,6 +7,15 @@
Oslo Design Specifications
============================
Train
=====
.. toctree::
:glob:
:maxdepth: 1
specs/train/*
Stein
=====

View File

@ -0,0 +1,31 @@
..
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 ``oslo-specs`` repository.
Problem Description
===================
Sphinx toctree complains if no file exists in a directory
specified in toctree glob.
Proposed Change
===============
Add this file.
References
==========
None.