Initiate Rocky specs

Change-Id: I32b61bed3b18c30d3e51e5e049a3036ac7080979
This commit is contained in:
Thomas Morin 2018-02-19 14:01:45 +01:00 committed by Akihiro Motoki
parent c95726bbf0
commit eb776ef84c
2 changed files with 40 additions and 0 deletions

View File

@ -4,6 +4,15 @@
Neutron Project Specifications
==============================
Rocky
=====
.. toctree::
:glob:
:maxdepth: 1
specs/rocky/*
Queens
======

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 ``neutron-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.