From 7135781d0ca5ce3f76542afdf78b011f9a00d9ca Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Wed, 1 Mar 2017 14:53:20 -0500 Subject: [PATCH] Specs implemented in Ocata Adds a 7.0 (Ocata) directory and moves the specs that were implemented in Ocata to that directory. Also moves the 'Collect logs from agent ramdisk' to 6.2 directory since it was completed then. Change-Id: Id5d0ffb3c13a7ed2451c5c5f77c4b7567aef396e --- doc/source/index.rst | 12 ++++++++++++ .../collect-logs-from-agent-ramdisk.rst | 0 .../crud-and-state-notifications.rst | 0 .../driver-composition-reform.rst | 0 .../interface-attach-detach-api.rst | 0 .../ironic-ml2-integration.rst | 0 specs/{not-implemented => 7.0}/notifications.rst | 0 7 files changed, 12 insertions(+) rename specs/{not-implemented => 6.2}/collect-logs-from-agent-ramdisk.rst (100%) rename specs/{not-implemented => 7.0}/crud-and-state-notifications.rst (100%) rename specs/{not-implemented => 7.0}/driver-composition-reform.rst (100%) rename specs/{not-implemented => 7.0}/interface-attach-detach-api.rst (100%) rename specs/{not-implemented => 7.0}/ironic-ml2-integration.rst (100%) rename specs/{not-implemented => 7.0}/notifications.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index b70a7e8c..b4fd1cc1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -61,6 +61,18 @@ Implemented specifications These specifications have been implemented and are grouped in the development cycles in which they were completed. +Ocata +------ + +7.0 +~~~ + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/7.0/* + Newton ------ diff --git a/specs/not-implemented/collect-logs-from-agent-ramdisk.rst b/specs/6.2/collect-logs-from-agent-ramdisk.rst similarity index 100% rename from specs/not-implemented/collect-logs-from-agent-ramdisk.rst rename to specs/6.2/collect-logs-from-agent-ramdisk.rst diff --git a/specs/not-implemented/crud-and-state-notifications.rst b/specs/7.0/crud-and-state-notifications.rst similarity index 100% rename from specs/not-implemented/crud-and-state-notifications.rst rename to specs/7.0/crud-and-state-notifications.rst diff --git a/specs/not-implemented/driver-composition-reform.rst b/specs/7.0/driver-composition-reform.rst similarity index 100% rename from specs/not-implemented/driver-composition-reform.rst rename to specs/7.0/driver-composition-reform.rst diff --git a/specs/not-implemented/interface-attach-detach-api.rst b/specs/7.0/interface-attach-detach-api.rst similarity index 100% rename from specs/not-implemented/interface-attach-detach-api.rst rename to specs/7.0/interface-attach-detach-api.rst diff --git a/specs/not-implemented/ironic-ml2-integration.rst b/specs/7.0/ironic-ml2-integration.rst similarity index 100% rename from specs/not-implemented/ironic-ml2-integration.rst rename to specs/7.0/ironic-ml2-integration.rst diff --git a/specs/not-implemented/notifications.rst b/specs/7.0/notifications.rst similarity index 100% rename from specs/not-implemented/notifications.rst rename to specs/7.0/notifications.rst