From 05aefd6c7620a0e0653e2a153849cfb9e8eb6c96 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Tue, 19 Sep 2017 14:37:55 -0400 Subject: [PATCH] Move completed specs to pike 9.0 & 9.1 This moves the specs that were completed towards the end of the Pike cycle, to the 9.0 release folder. Due to the race-condition bug in rolling upgrades, we consider that feature completed in 9.1. Change-Id: I1dabd2124e15184d5a7f829c52f6fa1bfd66edc0 --- doc/source/index.rst | 18 ++++++++++++++++++ .../boot-from-volume-reference-drivers.rst | 0 .../dynamic-portgroups.rst | 0 .../physical-network-awareness.rst | 0 .../volume-connection-information.rst | 0 .../support-rolling-upgrade.rst | 0 6 files changed, 18 insertions(+) rename specs/{not-implemented => 9.0}/boot-from-volume-reference-drivers.rst (100%) rename specs/{not-implemented => 9.0}/dynamic-portgroups.rst (100%) rename specs/{not-implemented => 9.0}/physical-network-awareness.rst (100%) rename specs/{not-implemented => 9.0}/volume-connection-information.rst (100%) rename specs/{not-implemented => 9.1}/support-rolling-upgrade.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index 9fdf2c59..8b930c2c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -66,6 +66,24 @@ development cycles in which they were completed. Pike ------ +9.1 +~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/9.1/* + +9.0 +~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/9.0/* + 8.0 ~~~ diff --git a/specs/not-implemented/boot-from-volume-reference-drivers.rst b/specs/9.0/boot-from-volume-reference-drivers.rst similarity index 100% rename from specs/not-implemented/boot-from-volume-reference-drivers.rst rename to specs/9.0/boot-from-volume-reference-drivers.rst diff --git a/specs/not-implemented/dynamic-portgroups.rst b/specs/9.0/dynamic-portgroups.rst similarity index 100% rename from specs/not-implemented/dynamic-portgroups.rst rename to specs/9.0/dynamic-portgroups.rst diff --git a/specs/not-implemented/physical-network-awareness.rst b/specs/9.0/physical-network-awareness.rst similarity index 100% rename from specs/not-implemented/physical-network-awareness.rst rename to specs/9.0/physical-network-awareness.rst diff --git a/specs/not-implemented/volume-connection-information.rst b/specs/9.0/volume-connection-information.rst similarity index 100% rename from specs/not-implemented/volume-connection-information.rst rename to specs/9.0/volume-connection-information.rst diff --git a/specs/not-implemented/support-rolling-upgrade.rst b/specs/9.1/support-rolling-upgrade.rst similarity index 100% rename from specs/not-implemented/support-rolling-upgrade.rst rename to specs/9.1/support-rolling-upgrade.rst