From eed0019aa3507254e904b3f4556b167d5aae6d82 Mon Sep 17 00:00:00 2001 From: Roberto Bartzen Acosta Date: Sun, 24 Mar 2024 13:47:03 +0000 Subject: [PATCH] Spec folder for 2024.2 cycle According to the TC resolution [1] and the release identification document [2], the release number will be used as primary identifier in the development cycle. Release name will be used in marketing. [1]https://governance.openstack.org/tc/resolutions/20220524-release-identification-process.html [2]https://governance.openstack.org/tc/reference/release-naming.html Change-Id: I99ddc618ff7003497dc50d1b38b490d82495db53 --- doc/source/index.rst | 1 + specs/2024.2/index.rst | 9 +++++++++ specs/{2024.1 => 2024.2}/placeholder.rst | 0 3 files changed, 10 insertions(+) create mode 100644 specs/2024.2/index.rst rename specs/{2024.1 => 2024.2}/placeholder.rst (100%) diff --git a/doc/source/index.rst b/doc/source/index.rst index 2aa5da7f1..a75bde816 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -10,6 +10,7 @@ Specifications and RFEs .. toctree:: :maxdepth: 2 + specs/2024.2/index specs/2024.1/index specs/2023.2/index specs/2023.1/index diff --git a/specs/2024.2/index.rst b/specs/2024.2/index.rst new file mode 100644 index 000000000..3916b3490 --- /dev/null +++ b/specs/2024.2/index.rst @@ -0,0 +1,9 @@ +====== +2024.2 +====== + +.. toctree:: + :glob: + :maxdepth: 1 + + * diff --git a/specs/2024.1/placeholder.rst b/specs/2024.2/placeholder.rst similarity index 100% rename from specs/2024.1/placeholder.rst rename to specs/2024.2/placeholder.rst