From 666e70eef5d7ea0268e94e1bcbade679e0bcc335 Mon Sep 17 00:00:00 2001 From: ghanshyam mann Date: Thu, 1 Sep 2022 00:15:12 +0530 Subject: [PATCH] Using release number as primary identifier In Zed cycle, TC passed a resolution[1] and updated the release Identification document[2] to use the release number as primary identifier in the development cycle. Release name will be used in marketting and release team tooling (until they are migrated to work with release number) only. Let's use release number consistently across OpenStack projects. [1] https://governance.openstack.org/tc/resolutions/20220524-release-identification-process.html [2] https://governance.openstack.org/tc/reference/release-naming.html Change-Id: I513c4ebca38984b80d8e5613c3190d88fcb44aca --- doc/source/index.rst | 4 ++-- priorities/2023.1-priorities.rst | 10 ++++++++++ priorities/antelope-priorities.rst | 10 ---------- .../approved/glance/spec-lite-template.rst | 0 .../{antelope => 2023.1}/approved/glance/template.rst | 0 .../approved/glance_store/spec-lite-template.rst | 0 .../approved/glance_store/template.rst | 0 specs/{antelope => 2023.1}/approved/index.rst | 6 +++--- .../python-glanceclient/spec-lite-template.rst | 0 .../approved/python-glanceclient/template.rst | 0 specs/2023.1/implemented/index.rst | 8 ++++++++ specs/{antelope => 2023.1}/index.rst | 10 +++++----- specs/antelope/implemented/index.rst | 8 -------- 13 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 priorities/2023.1-priorities.rst delete mode 100644 priorities/antelope-priorities.rst rename specs/{antelope => 2023.1}/approved/glance/spec-lite-template.rst (100%) rename specs/{antelope => 2023.1}/approved/glance/template.rst (100%) rename specs/{antelope => 2023.1}/approved/glance_store/spec-lite-template.rst (100%) rename specs/{antelope => 2023.1}/approved/glance_store/template.rst (100%) rename specs/{antelope => 2023.1}/approved/index.rst (50%) rename specs/{antelope => 2023.1}/approved/python-glanceclient/spec-lite-template.rst (100%) rename specs/{antelope => 2023.1}/approved/python-glanceclient/template.rst (100%) create mode 100644 specs/2023.1/implemented/index.rst rename specs/{antelope => 2023.1}/index.rst (51%) delete mode 100644 specs/antelope/implemented/index.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index ca9dcf3c..f010276e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -43,7 +43,7 @@ of those discussions: :glob: :maxdepth: 1 - priorities/antelope-priorities + priorities/2023.1-priorities previous-priorities Specifications @@ -56,7 +56,7 @@ Current :glob: :maxdepth: 1 - specs/antelope/* + specs/2023.1/* specs/untargeted/* .. Future diff --git a/priorities/2023.1-priorities.rst b/priorities/2023.1-priorities.rst new file mode 100644 index 00000000..c31e5d72 --- /dev/null +++ b/priorities/2023.1-priorities.rst @@ -0,0 +1,10 @@ +.. _2023.1-priorities: + +========================= +2023.1 Project Priorities +========================= + +TODO(pdeore): fill this in after the PTG + + + diff --git a/priorities/antelope-priorities.rst b/priorities/antelope-priorities.rst deleted file mode 100644 index b6441ea9..00000000 --- a/priorities/antelope-priorities.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. _antelope-priorities: - -=========================== -Antelope Project Priorities -=========================== - -TODO(pdeore): fill this in after the PTG - - - diff --git a/specs/antelope/approved/glance/spec-lite-template.rst b/specs/2023.1/approved/glance/spec-lite-template.rst similarity index 100% rename from specs/antelope/approved/glance/spec-lite-template.rst rename to specs/2023.1/approved/glance/spec-lite-template.rst diff --git a/specs/antelope/approved/glance/template.rst b/specs/2023.1/approved/glance/template.rst similarity index 100% rename from specs/antelope/approved/glance/template.rst rename to specs/2023.1/approved/glance/template.rst diff --git a/specs/antelope/approved/glance_store/spec-lite-template.rst b/specs/2023.1/approved/glance_store/spec-lite-template.rst similarity index 100% rename from specs/antelope/approved/glance_store/spec-lite-template.rst rename to specs/2023.1/approved/glance_store/spec-lite-template.rst diff --git a/specs/antelope/approved/glance_store/template.rst b/specs/2023.1/approved/glance_store/template.rst similarity index 100% rename from specs/antelope/approved/glance_store/template.rst rename to specs/2023.1/approved/glance_store/template.rst diff --git a/specs/antelope/approved/index.rst b/specs/2023.1/approved/index.rst similarity index 50% rename from specs/antelope/approved/index.rst rename to specs/2023.1/approved/index.rst index ab1011f6..875bf92d 100644 --- a/specs/antelope/approved/index.rst +++ b/specs/2023.1/approved/index.rst @@ -1,6 +1,6 @@ -================================ -Antelope Approved Specifications -================================ +============================== +2023.1 Approved Specifications +============================== .. toctree:: :glob: diff --git a/specs/antelope/approved/python-glanceclient/spec-lite-template.rst b/specs/2023.1/approved/python-glanceclient/spec-lite-template.rst similarity index 100% rename from specs/antelope/approved/python-glanceclient/spec-lite-template.rst rename to specs/2023.1/approved/python-glanceclient/spec-lite-template.rst diff --git a/specs/antelope/approved/python-glanceclient/template.rst b/specs/2023.1/approved/python-glanceclient/template.rst similarity index 100% rename from specs/antelope/approved/python-glanceclient/template.rst rename to specs/2023.1/approved/python-glanceclient/template.rst diff --git a/specs/2023.1/implemented/index.rst b/specs/2023.1/implemented/index.rst new file mode 100644 index 00000000..74ca5cbf --- /dev/null +++ b/specs/2023.1/implemented/index.rst @@ -0,0 +1,8 @@ +================================= +2023.1 Implemented Specifications +================================= + +TODO: fill this in until a new implemented space is added. + + + diff --git a/specs/antelope/index.rst b/specs/2023.1/index.rst similarity index 51% rename from specs/antelope/index.rst rename to specs/2023.1/index.rst index a2e95fcd..e3bfd0f8 100644 --- a/specs/antelope/index.rst +++ b/specs/2023.1/index.rst @@ -1,12 +1,12 @@ -======================= -Antelope Specifications -======================= +===================== +2023.1 Specifications +===================== .. toctree:: :glob: :maxdepth: 1 -Antelope implemented specs: +2023.1 implemented specs: .. toctree:: :glob: @@ -14,7 +14,7 @@ Antelope implemented specs: implemented/* -Antelope approved (but not implemented) specs: +2023.1 approved (but not implemented) specs: .. toctree:: :glob: diff --git a/specs/antelope/implemented/index.rst b/specs/antelope/implemented/index.rst deleted file mode 100644 index 62db03f7..00000000 --- a/specs/antelope/implemented/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -=================================== -Antelope Implemented Specifications -=================================== - -TODO: fill this in until a new implemented space is added. - - -