From f53ed283c7fa1cdce564d137c030a0c63364e836 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 2 Jul 2015 19:56:05 -0400 Subject: [PATCH] Move devstack-external-plugins spec into implemented This commit moves the devstack-external-plugins spec into the implemented dir. This bp was closed some time ago but the spec approval fell through the cracks and was only merged recently. Additionally the recent patch to do a mass cleanup of all the specs missed this move to implemented. So let's take care of it now. As part of this the devstack specs line in the index is commented out because this was the last open devstack spec. Without any open specs in the devstack dir sphinx will warn on there being no files, which we treat as a fatal error in ci. Change-Id: Icf4d96ac46c5abdec5f7036d10d5e249d8471a73 --- doc/source/index.rst | 2 +- specs/devstack/{ => implemented}/devstack-external-plugins.rst | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename specs/devstack/{ => implemented}/devstack-external-plugins.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index bdf86d3..25cbd00 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,7 +20,7 @@ DevStack Project Specifications :glob: :maxdepth: 2 - specs/devstack/* +.. specs/devstack/* Implemented Specifications -------------------------- diff --git a/specs/devstack/devstack-external-plugins.rst b/specs/devstack/implemented/devstack-external-plugins.rst similarity index 100% rename from specs/devstack/devstack-external-plugins.rst rename to specs/devstack/implemented/devstack-external-plugins.rst