From b78b09f61c0d7693b1d5f9f3a3410ff00d55b5fc Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sat, 21 Jul 2018 18:24:49 -0400 Subject: [PATCH] Cleanup specs for Rocky We've released 11.0 and about to release 11.1, and a number of new features landed in that which means we can close out the specs in our spec documentation. As for rescue, we finally managed to get the rescue patch landed in nova, and as such moved to the 10.1 folder. Change-Id: I450784e7281e0d251c5f230b2d14be244e6c083f --- doc/source/index.rst | 21 +++++++++++++++++++ .../implement-rescue-mode.rst | 0 .../classic-drivers-future.rst | 0 .../inspect-wait-state.rst | 0 .../inspection-abort.rst | 0 .../power-fault-recovery.rst | 0 .../sighup_on_ironic_services.rst | 0 .../generic-bios-config.rst | 0 8 files changed, 21 insertions(+) rename specs/{not-implemented => 10.1}/implement-rescue-mode.rst (100%) rename specs/{not-implemented => 11.0}/classic-drivers-future.rst (100%) rename specs/{not-implemented => 11.0}/inspect-wait-state.rst (100%) rename specs/{not-implemented => 11.0}/inspection-abort.rst (100%) rename specs/{not-implemented => 11.0}/power-fault-recovery.rst (100%) rename specs/{not-implemented => 11.0}/sighup_on_ironic_services.rst (100%) rename specs/{not-implemented => 11.1}/generic-bios-config.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index 265a18d5..5456d8d2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -65,6 +65,27 @@ Implemented specifications These specifications have been implemented and are grouped in the development cycles in which they were completed. +Rocky +----- + +11.1 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/11.1/* + +11.0 +~~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/11.0/* + Queens ------ diff --git a/specs/not-implemented/implement-rescue-mode.rst b/specs/10.1/implement-rescue-mode.rst similarity index 100% rename from specs/not-implemented/implement-rescue-mode.rst rename to specs/10.1/implement-rescue-mode.rst diff --git a/specs/not-implemented/classic-drivers-future.rst b/specs/11.0/classic-drivers-future.rst similarity index 100% rename from specs/not-implemented/classic-drivers-future.rst rename to specs/11.0/classic-drivers-future.rst diff --git a/specs/not-implemented/inspect-wait-state.rst b/specs/11.0/inspect-wait-state.rst similarity index 100% rename from specs/not-implemented/inspect-wait-state.rst rename to specs/11.0/inspect-wait-state.rst diff --git a/specs/not-implemented/inspection-abort.rst b/specs/11.0/inspection-abort.rst similarity index 100% rename from specs/not-implemented/inspection-abort.rst rename to specs/11.0/inspection-abort.rst diff --git a/specs/not-implemented/power-fault-recovery.rst b/specs/11.0/power-fault-recovery.rst similarity index 100% rename from specs/not-implemented/power-fault-recovery.rst rename to specs/11.0/power-fault-recovery.rst diff --git a/specs/not-implemented/sighup_on_ironic_services.rst b/specs/11.0/sighup_on_ironic_services.rst similarity index 100% rename from specs/not-implemented/sighup_on_ironic_services.rst rename to specs/11.0/sighup_on_ironic_services.rst diff --git a/specs/not-implemented/generic-bios-config.rst b/specs/11.1/generic-bios-config.rst similarity index 100% rename from specs/not-implemented/generic-bios-config.rst rename to specs/11.1/generic-bios-config.rst