From 3fee396766f14978b457fe19df00b2f88e59da8f Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Wed, 13 Apr 2016 08:34:18 -0700 Subject: [PATCH] Update completed specs after Mitaka release This update adds 5.0/ and 5.1/ directories, moves the symlinks for completed specs into them, and updates the index.html page to reflect the completion of the Mitaka cycle. It also moves te partition-image-support-for-agent-driver from the backlog to the approved directory, since the work was actually completed, and updates the spec to include two missing (and unaffected) sections. Change-Id: Ice187410798a4d93044095dd476792d919222701 --- doc/source/index.rst | 18 ++++++++++++++++++ .../agent-image-proxy.rst | 0 specs/{not-implemented => 5.0}/futurist.rst | 0 .../inband-raid-configuration.rst | 0 .../ironic-generic-raid-interface.rst | 0 .../manual-cleaning.rst | 0 ...artition-image-support-for-agent-driver.rst | 1 + ...artition-image-support-for-agent-driver.rst | 10 ++++++++++ 8 files changed, 29 insertions(+) rename specs/{not-implemented => 5.0}/agent-image-proxy.rst (100%) rename specs/{not-implemented => 5.0}/futurist.rst (100%) rename specs/{not-implemented => 5.0}/inband-raid-configuration.rst (100%) rename specs/{not-implemented => 5.0}/ironic-generic-raid-interface.rst (100%) rename specs/{not-implemented => 5.0}/manual-cleaning.rst (100%) create mode 120000 specs/5.1/partition-image-support-for-agent-driver.rst rename specs/{backlog => approved}/partition-image-support-for-agent-driver.rst (97%) diff --git a/doc/source/index.rst b/doc/source/index.rst index 3fca980d..ad7fdb6d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -61,6 +61,24 @@ development cycles in which they were completed. Mitaka ------ +5.1 +~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/5.1/* + +5.0 +~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/5.0/* + 4.3 ~~~ diff --git a/specs/not-implemented/agent-image-proxy.rst b/specs/5.0/agent-image-proxy.rst similarity index 100% rename from specs/not-implemented/agent-image-proxy.rst rename to specs/5.0/agent-image-proxy.rst diff --git a/specs/not-implemented/futurist.rst b/specs/5.0/futurist.rst similarity index 100% rename from specs/not-implemented/futurist.rst rename to specs/5.0/futurist.rst diff --git a/specs/not-implemented/inband-raid-configuration.rst b/specs/5.0/inband-raid-configuration.rst similarity index 100% rename from specs/not-implemented/inband-raid-configuration.rst rename to specs/5.0/inband-raid-configuration.rst diff --git a/specs/not-implemented/ironic-generic-raid-interface.rst b/specs/5.0/ironic-generic-raid-interface.rst similarity index 100% rename from specs/not-implemented/ironic-generic-raid-interface.rst rename to specs/5.0/ironic-generic-raid-interface.rst diff --git a/specs/not-implemented/manual-cleaning.rst b/specs/5.0/manual-cleaning.rst similarity index 100% rename from specs/not-implemented/manual-cleaning.rst rename to specs/5.0/manual-cleaning.rst diff --git a/specs/5.1/partition-image-support-for-agent-driver.rst b/specs/5.1/partition-image-support-for-agent-driver.rst new file mode 120000 index 00000000..c4393055 --- /dev/null +++ b/specs/5.1/partition-image-support-for-agent-driver.rst @@ -0,0 +1 @@ +../approved/partition-image-support-for-agent-driver.rst \ No newline at end of file diff --git a/specs/backlog/partition-image-support-for-agent-driver.rst b/specs/approved/partition-image-support-for-agent-driver.rst similarity index 97% rename from specs/backlog/partition-image-support-for-agent-driver.rst rename to specs/approved/partition-image-support-for-agent-driver.rst index bebe9308..ad9d5c08 100644 --- a/specs/backlog/partition-image-support-for-agent-driver.rst +++ b/specs/approved/partition-image-support-for-agent-driver.rst @@ -56,11 +56,21 @@ Data model impact None. +State Machine Impact +-------------------- + +None. + REST API impact --------------- None. +Client (CLI) impact +------------------- + +None. + RPC API impact --------------