From d48c74cd0b079e50484f64296a71f1534146104c Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Sat, 3 Mar 2018 16:19:57 +0000 Subject: [PATCH] Move 2 finished specs to corresponding releases This moves the soft-power-reboot-nmi spec to 7.0 [1] which is when the feature was finished. The change-default-api-version-to-latest-known-in-CLI spec was implemented in the python-ironicclient v2.0.0 [2] which corresponds to the ironic 9.2 version. This adds a 'Queens' entry to the index, for the 9.2 release. [1] https://docs.openstack.org/releasenotes/ironic/ocata.html#id10 [2] https://docs.openstack.org/releasenotes/python-ironicclient/queens.html#id4 Change-Id: I382aac00fb69ed991b7bafca325ae3b82b985b14 --- doc/source/index.rst | 12 ++++++++++++ ...hance-power-interface-for-soft-reboot-and-nmi.rst | 0 .../cli-default-api-version.rst | 0 3 files changed, 12 insertions(+) rename specs/{not-implemented => 7.0}/enhance-power-interface-for-soft-reboot-and-nmi.rst (100%) rename specs/{not-implemented => 9.2}/cli-default-api-version.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index 001d89e3..203da96a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -64,6 +64,18 @@ Implemented specifications These specifications have been implemented and are grouped in the development cycles in which they were completed. +Queens +------ + +9.2 +~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/9.2/* + Pike ------ diff --git a/specs/not-implemented/enhance-power-interface-for-soft-reboot-and-nmi.rst b/specs/7.0/enhance-power-interface-for-soft-reboot-and-nmi.rst similarity index 100% rename from specs/not-implemented/enhance-power-interface-for-soft-reboot-and-nmi.rst rename to specs/7.0/enhance-power-interface-for-soft-reboot-and-nmi.rst diff --git a/specs/not-implemented/cli-default-api-version.rst b/specs/9.2/cli-default-api-version.rst similarity index 100% rename from specs/not-implemented/cli-default-api-version.rst rename to specs/9.2/cli-default-api-version.rst