[ironic] Transition EM branches to Unmaintained

With the new TC resolution the community replaces Extended Maintenance
with Unmaintained status [1].

So this patch transitions victoria, wallaby, and xena EM branches to
Unmaintained as follows:
- tip of the given branch will be tagged with <series>-eom tag
- unmaintained/<series> branch will be cut from <series>-eom tag
- stable/<series> branch will be deleted

Some further notes:
- stable policy still applies
- backports can be pushed against unmaintained/<series> branch
- openstack-unmaintained-core group have the rights to merge patches

For further details please read the resolution [1] & review and +1 this
patch if this is correct as soon as possible.

This patch also officially EOLs two branches of sushy-cli which were
effectively unmaintained anyway and not available in releases after
wallaby.

[1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html

Change-Id: Ifa4e08ffbab548cd7e15bf88ae7201e92efeb7ac
This commit is contained in:
Előd Illés 2024-02-27 19:51:08 +01:00 committed by Jay Faulkner
parent 3809a2ef81
commit 1b25a60608
41 changed files with 262 additions and 24 deletions

View File

@ -31,6 +31,10 @@ releases:
projects:
- repo: openstack/bifrost
hash: 4d1b0cae867320f8715466e83bcf348cc0e2d3f4
- version: victoria-eom
projects:
- repo: openstack/bifrost
hash: 1401541ebd38e4992ac170b3220c7bb59d1f3f28
branches:
- name: bugfix/8.2
location: 8.2.0
@ -38,4 +42,6 @@ branches:
location: 8.3.0
- name: stable/victoria
location: 9.0.0
- name: unmaintained/victoria
location: victoria-eom
release-notes: https://docs.openstack.org/releasenotes/bifrost/victoria.html

View File

@ -32,6 +32,10 @@ releases:
projects:
- repo: openstack/ironic-inspector
hash: e1d457da360ba8f47aaab58b28d9eb51947c8da6
- version: victoria-eom
projects:
- repo: openstack/ironic-inspector
hash: 1388329b2febeb21a48c365212bef05d83ee48c5
branches:
- name: bugfix/10.2
location: 10.2.0
@ -39,4 +43,7 @@ branches:
location: 10.3.0
- name: stable/victoria
location: 10.4.0
release-notes: https://docs.openstack.org/releasenotes/ironic-inspector/victoria.html
- name: unmaintained/victoria
location: victoria-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-inspector/victoria.html

View File

@ -31,6 +31,12 @@ releases:
projects:
- repo: openstack/ironic-lib
hash: b117e63ecd33360a0980d62a7718e5493060058b
- version: victoria-eom
projects:
- repo: openstack/ironic-lib
hash: 34a23d908eae584de4f187acfd62830da6ea7f7a
branches:
- name: stable/victoria
location: 4.4.0
- name: unmaintained/victoria
location: victoria-eom

View File

@ -19,9 +19,16 @@ releases:
projects:
- repo: openstack/ironic-prometheus-exporter
hash: 6e6f218eb884921c45a41991f063a0ee1b9fdbf4
- version: victoria-eom
projects:
- repo: openstack/ironic-prometheus-exporter
hash: 0b30c20c3d4e877844f192827334554986d9e2dc
branches:
- name: bugfix/2.1
location: 2.1.0
- name: stable/victoria
location: 2.1.1
release-notes: https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/victoria.html
- name: unmaintained/victoria
location: victoria-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/victoria.html

View File

@ -40,6 +40,10 @@ releases:
projects:
- repo: openstack/ironic-python-agent
hash: 0b292a1f4749e776ac449db4881af7848ee62bca
- version: victoria-eom
projects:
- repo: openstack/ironic-python-agent
hash: c5e06744f9fc071e7cd8361077f4f6e37fffb76d
branches:
- name: bugfix/6.2
location: 6.2.0
@ -47,4 +51,7 @@ branches:
location: 6.3.0
- name: stable/victoria
location: 6.4.0
release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent/victoria.html
- name: unmaintained/victoria
location: victoria-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-python-agent/victoria.html

View File

@ -19,7 +19,13 @@ releases:
projects:
- repo: openstack/ironic-ui
hash: 927b4c291e4dbd40eaa45a87318d8165e01de0ee
- version: victoria-eom
projects:
- repo: openstack/ironic-ui
hash: 268629d80ebbdb00668a6902625911b45fb0ab5a
branches:
- name: stable/victoria
location: 4.2.0
- name: unmaintained/victoria
location: victoria-eom
release-notes: https://docs.openstack.org/releasenotes/ironic-ui/victoria.html

View File

@ -43,6 +43,10 @@ releases:
projects:
- repo: openstack/ironic
hash: 6e640b336e1d08fd0404431871d046d9b4bc0c3d
- version: victoria-eom
projects:
- repo: openstack/ironic
hash: a62cdb69b3adf7a4ee999d1ce8b360c42bdc3622
branches:
- name: bugfix/15.1
location: 15.1.0
@ -50,15 +54,21 @@ branches:
location: 15.2.0
- name: stable/victoria
location: 16.0.0
- name: unmaintained/victoria
location: victoria-eom
cycle-highlights:
- The `deploy steps <https://docs.openstack.org/ironic/latest/admin/node-deployment.html>`_
- The `deploy steps
<https://docs.openstack.org/ironic/latest/admin/node-deployment.html>`_
work has decomposed the basic deployment operation into multiple
steps which can now also include steps from supported RAID and BIOS
interfaces at the time of deploy.
- An ``agent`` power interface enables `provisioning operations <https://docs.openstack.org/ironic/latest/admin/agent-power.html>`_
- An ``agent`` power interface enables `provisioning operations
<https://docs.openstack.org/ironic/latest/admin/agent-power.html>`_
without a Baseboard Management Controller.
- Ironic can now be configured for `HTTP Basic authentication <https://docs.openstack.org/ironic/latest/install/standalone.html#service-settings>`_
- Ironic can now be configured for `HTTP Basic authentication
<https://docs.openstack.org/ironic/latest/install/standalone.html#service-settings>`_
without the need for additional services.
- Adds initial support for `DHCP-less based deployments <https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html#layer-3-or-dhcp-less-ramdisk-booting>`_
- Adds initial support for `DHCP-less based deployments
<https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html#layer-3-or-dhcp-less-ramdisk-booting>`_
with Redfish Virtual Media.
release-notes: https://docs.openstack.org/releasenotes/ironic/victoria.html

View File

@ -22,7 +22,13 @@ releases:
projects:
- repo: openstack/metalsmith
hash: 18b786fa02733c834e6a01bd71d7827bee4b0d44
- version: victoria-eom
projects:
- repo: openstack/metalsmith
hash: f42bd82d6211bd4fb6ef178744f65d8cbeaa70f9
branches:
- name: stable/victoria
location: 1.2.0
- name: unmaintained/victoria
location: victoria-eom
release-notes: https://docs.openstack.org/releasenotes/metalsmith/victoria.html

View File

@ -20,7 +20,14 @@ releases:
projects:
- repo: openstack/networking-baremetal
hash: 4f148688ac7cee6f2912113d8fa6e6a45935aa57
- version: victoria-eom
projects:
- repo: openstack/networking-baremetal
hash: 8db25350cbcb8d4a69b9fba885f766c7a416ae63
branches:
- name: stable/victoria
location: 3.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/networking-baremetal/victoria.html
- name: unmaintained/victoria
location: victoria-eom
release-notes:
https://docs.openstack.org/releasenotes/networking-baremetal/victoria.html

View File

@ -31,5 +31,5 @@ releases:
branches:
- name: stable/victoria
location: 4.0.0.0rc1
release-notes:
release-notes:
https://docs.openstack.org/releasenotes/networking-generic-switch/victoria.html

View File

@ -23,7 +23,14 @@ releases:
projects:
- repo: openstack/python-ironic-inspector-client
hash: d046ba7a1d4f32362698b3f8e9ba15c16fed0fa5
- version: victoria-eom
projects:
- repo: openstack/python-ironic-inspector-client
hash: a53bd607926d5ee805447006aaf702471d351171
branches:
- name: stable/victoria
location: 4.3.0
release-notes: https://docs.openstack.org/releasenotes/python-ironic-inspector-client/victoria.html
- name: unmaintained/victoria
location: victoria-eom
release-notes:
https://docs.openstack.org/releasenotes/python-ironic-inspector-client/victoria.html

View File

@ -34,5 +34,5 @@ releases:
branches:
- name: stable/victoria
location: 4.3.0
release-notes:
release-notes:
https://docs.openstack.org/releasenotes/python-ironicclient/victoria.html

View File

@ -19,6 +19,10 @@ releases:
projects:
- repo: openstack/sushy-cli
hash: eb47e89ff8a4cbdefecf8b139236a4261197496a
- version: victoria-eol
projects:
- repo: openstack/sushy-cli
hash: b230268540e459da3952c9643e002b2f09efc8fa
branches:
- name: stable/victoria
location: 0.3.1

View File

@ -46,7 +46,13 @@ releases:
projects:
- repo: openstack/sushy
hash: 1acff0608019ad6c6a363b2f600c03400fd80670
- version: victoria-eom
projects:
- repo: openstack/sushy
hash: 8007b11e0ca6203f699d3f9a297f970f3369a644
branches:
- name: stable/victoria
location: 3.4.0
- name: unmaintained/victoria
location: victoria-eom
release-notes: https://docs.openstack.org/releasenotes/sushy/victoria.html

View File

@ -27,6 +27,10 @@ releases:
projects:
- repo: openstack/bifrost
hash: 38a71741e9e135ec345fa65f2e249a089a05de09
- version: wallaby-eom
projects:
- repo: openstack/bifrost
hash: 80db3cd8a950548b44bee6662b74a92cb9a1e39f
branches:
- name: bugfix/10.0
location: 10.0.0
@ -34,4 +38,6 @@ branches:
location: 10.1.0
- name: stable/wallaby
location: 10.2.0
- name: unmaintained/wallaby
location: wallaby-eom
release-notes: https://docs.openstack.org/releasenotes/bifrost/wallaby.html

View File

@ -28,9 +28,16 @@ releases:
projects:
- repo: openstack/ironic-inspector
hash: 8f9707699f4809bac9e7c10484829ecd35de1b84
- version: wallaby-eom
projects:
- repo: openstack/ironic-inspector
hash: 9fef41df61ed133b5f162190ef690f413a6ccda1
branches:
- name: bugfix/10.5
location: 10.5.0
- name: stable/wallaby
location: 10.6.0
release-notes: https://docs.openstack.org/releasenotes/ironic-inspector/wallaby.html
- name: unmaintained/wallaby
location: wallaby-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-inspector/wallaby.html

View File

@ -35,6 +35,12 @@ releases:
projects:
- repo: openstack/ironic-lib
hash: 27305f013923db12d5a5b153ab10caa0046c3d6f
- version: wallaby-eom
projects:
- repo: openstack/ironic-lib
hash: 5a9995e5671d12070f8215bc0da22e338204ea4b
branches:
- name: stable/wallaby
location: 4.6.1
- name: unmaintained/wallaby
location: wallaby-eom

View File

@ -15,7 +15,14 @@ releases:
projects:
- repo: openstack/ironic-prometheus-exporter
hash: 1ec78598b3d0ea7f2a51db8a854fd73744a66a8c
- version: wallaby-eom
projects:
- repo: openstack/ironic-prometheus-exporter
hash: 6c44a6408f89693806954f1685f36e3cbaee983f
branches:
- name: stable/wallaby
location: 2.2.0
release-notes: https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/wallaby.html
- name: unmaintained/wallaby
location: wallaby-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/wallaby.html

View File

@ -20,7 +20,14 @@ releases:
projects:
- repo: openstack/ironic-python-agent-builder
hash: e0b51e07f0b7a3e9a3aea170c479f3bfec7df5af
- version: wallaby-eom
projects:
- repo: openstack/ironic-python-agent-builder
hash: 43aabaa16f8e04ed2d562a597f51d18c6ae53a68
branches:
- name: stable/wallaby
location: 2.7.0
release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent-builder/wallaby.html
- name: unmaintained/wallaby
location: wallaby-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-python-agent-builder/wallaby.html

View File

@ -36,6 +36,10 @@ releases:
projects:
- repo: openstack/ironic-python-agent
hash: b41c557dbfa19735e1213373174617dadc519889
- version: wallaby-eom
projects:
- repo: openstack/ironic-python-agent
hash: 0211fa9c4f4cd0b6ce65f80fdf7ab798a838cce4
branches:
- name: bugfix/6.5
location: 6.5.0
@ -43,4 +47,7 @@ branches:
location: 6.6.0
- name: stable/wallaby
location: 7.0.0
release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent/wallaby.html
- name: unmaintained/wallaby
location: wallaby-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-python-agent/wallaby.html

View File

@ -15,7 +15,13 @@ releases:
projects:
- repo: openstack/ironic-ui
hash: 63fa1fed2203fc63a85ddf2829ba02e1d78a8664
- version: wallaby-eom
projects:
- repo: openstack/ironic-ui
hash: 98f31e49e2c916bc56baaaffe717ca3ab7adce87
branches:
- name: stable/wallaby
location: 4.3.0
- name: unmaintained/wallaby
location: wallaby-eom
release-notes: https://docs.openstack.org/releasenotes/ironic-ui/wallaby.html

View File

@ -43,6 +43,10 @@ releases:
projects:
- repo: openstack/ironic
hash: 57d439d24245c61ce91d6f2532a95d65fbc08639
- version: wallaby-eom
projects:
- repo: openstack/ironic
hash: 663a97f8c39ad212603168b1369ca778e5b9aaef
branches:
- name: bugfix/16.1
location: 16.1.0
@ -50,6 +54,8 @@ branches:
location: 16.2.0
- name: stable/wallaby
location: 17.0.0
- name: unmaintained/wallaby
location: wallaby-eom
cycle-highlights:
- Redfish capability enhancements covering Out of Band hardware RAID
configuration, and automatic Secure Boot setting enablement.

View File

@ -34,7 +34,13 @@ releases:
projects:
- repo: openstack/metalsmith
hash: 5e7461e9d2d4156390c4809654094a26148fb054
- version: wallaby-eom
projects:
- repo: openstack/metalsmith
hash: 4e05b128803b5a91ec596f9589052259e93a72c3
branches:
- name: stable/wallaby
location: 1.4.2
- name: unmaintained/wallaby
location: wallaby-eom
release-notes: https://docs.openstack.org/releasenotes/metalsmith/wallaby.html

View File

@ -20,7 +20,14 @@ releases:
projects:
- repo: openstack/networking-baremetal
hash: 7b55f069dc8e952dcca2be3b972082ad97ec1bcd
- version: wallaby-eom
projects:
- repo: openstack/networking-baremetal
hash: 3ce076d4528c936f8a996fe35c7b8b9da22ff0a3
branches:
- name: stable/wallaby
location: 4.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/networking-baremetal/wallaby.html
- name: unmaintained/wallaby
location: wallaby-eom
release-notes:
https://docs.openstack.org/releasenotes/networking-baremetal/wallaby.html

View File

@ -31,5 +31,5 @@ releases:
branches:
- name: stable/wallaby
location: 5.0.0.0rc1
release-notes:
release-notes:
https://docs.openstack.org/releasenotes/networking-generic-switch/wallaby.html

View File

@ -15,7 +15,14 @@ releases:
projects:
- repo: openstack/python-ironic-inspector-client
hash: 3c03e21b2ad24f8162021a0206ebbf027357d5e5
- version: wallaby-eom
projects:
- repo: openstack/python-ironic-inspector-client
hash: 9dd1a093adce4f60078883d58c2e8c4189433452
branches:
- name: stable/wallaby
location: 4.5.0
release-notes: https://docs.openstack.org/releasenotes/python-ironic-inspector-client/wallaby.html
- name: unmaintained/wallaby
location: wallaby-eom
release-notes:
https://docs.openstack.org/releasenotes/python-ironic-inspector-client/wallaby.html

View File

@ -42,5 +42,5 @@ releases:
branches:
- name: stable/wallaby
location: 4.6.1
release-notes:
release-notes:
https://docs.openstack.org/releasenotes/python-ironicclient/wallaby.html

View File

@ -15,6 +15,10 @@ releases:
projects:
- repo: openstack/sushy-cli
hash: 911616593885ea424484ecb8be50993834e1eb4d
- version: wallaby-eol
projects:
- repo: openstack/sushy-cli
hash: 10b3508578428a0b052846698c761cf1895f2c6d
branches:
- name: stable/wallaby
location: 0.4.0

View File

@ -50,7 +50,13 @@ releases:
projects:
- repo: openstack/sushy
hash: 9b3cf4498eceac32a31cdfe3db677d93d4f3bd43
- version: wallaby-eom
projects:
- repo: openstack/sushy
hash: a51ed88c4b3f66af522870b12f91eb57ed77af4c
branches:
- name: stable/wallaby
location: 3.7.0
- name: unmaintained/wallaby
location: wallaby-eom
release-notes: https://docs.openstack.org/releasenotes/sushy/wallaby.html

View File

@ -31,6 +31,10 @@ releases:
projects:
- repo: openstack/bifrost
hash: 44a3884ae00afd2e1dad9e9cea81deb7d1a4d2d8
- version: xena-eom
projects:
- repo: openstack/bifrost
hash: 14f1836f86b165ba1cbfb0208bb1fda854dcbe08
branches:
- name: bugfix/11.0
location: 11.0.0
@ -38,4 +42,6 @@ branches:
location: 11.1.0
- name: stable/xena
location: 11.2.0
- name: unmaintained/xena
location: xena-eom
release-notes: https://docs.openstack.org/releasenotes/bifrost/xena.html

View File

@ -24,9 +24,15 @@ releases:
projects:
- repo: openstack/ironic-inspector
hash: befeb52ba4c5c4bf687a24456664368a86a819e4
- version: xena-eom
projects:
- repo: openstack/ironic-inspector
hash: c582157e86cc05a42290db280efe5a0e36f186eb
branches:
- name: bugfix/10.7
location: 10.7.0
- name: stable/xena
location: 10.8.0
- name: unmaintained/xena
location: xena-eom
release-notes: https://docs.openstack.org/releasenotes/ironic-inspector/xena.html

View File

@ -27,6 +27,12 @@ releases:
projects:
- repo: openstack/ironic-lib
hash: b19124eae2f3633c5a1bf638fffc5918f2d8aa49
- version: xena-eom
projects:
- repo: openstack/ironic-lib
hash: 77837eeba9e6cdfee77c1ab61cdcb7fbfdfec267
branches:
- name: stable/xena
location: 5.0.0
- name: unmaintained/xena
location: xena-eom

View File

@ -20,7 +20,14 @@ releases:
projects:
- repo: openstack/ironic-prometheus-exporter
hash: 40b97172d3853cf5db622ac5c3e94955ac5ff031
- version: xena-eom
projects:
- repo: openstack/ironic-prometheus-exporter
hash: 3ce34d83e275aba742cde5907e53f2010a451848
branches:
- name: stable/xena
location: 3.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/xena.html
- name: unmaintained/xena
location: xena-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/xena.html

View File

@ -16,7 +16,14 @@ releases:
projects:
- repo: openstack/ironic-python-agent-builder
hash: 47ca82775cbfc8e9d9234e9c73d6b062d0e7ce05
- version: xena-eom
projects:
- repo: openstack/ironic-python-agent-builder
hash: 9f592c8530f462bdf89f92764d9c7f92e3ca6961
branches:
- name: stable/xena
location: 3.0.0
release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent-builder/xena.html
- name: unmaintained/xena
location: xena-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-python-agent-builder/xena.html

View File

@ -36,6 +36,10 @@ releases:
projects:
- repo: openstack/ironic-python-agent
hash: 020c4749ff922d6665bec69e76bc1f13887ada14
- version: xena-eom
projects:
- repo: openstack/ironic-python-agent
hash: 5acb4d6ddb2e99390ba4c7e039720f9e38a52d8c
branches:
- name: bugfix/8.0
location: 8.0.0
@ -43,4 +47,7 @@ branches:
location: 8.1.0
- name: stable/xena
location: 8.2.0
release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent/xena.html
- name: unmaintained/xena
location: xena-eom
release-notes:
https://docs.openstack.org/releasenotes/ironic-python-agent/xena.html

View File

@ -20,7 +20,13 @@ releases:
projects:
- repo: openstack/ironic-ui
hash: 0dd2333634a7c77c48c1454af4e1ea9f66811756
- version: xena-eom
projects:
- repo: openstack/ironic-ui
hash: 3cd772a7be210ab217b7ae147057aefb6af5cde5
branches:
- name: stable/xena
location: 5.0.0.0rc1
- name: unmaintained/xena
location: xena-eom
release-notes: https://docs.openstack.org/releasenotes/ironic-ui/xena.html

View File

@ -35,6 +35,10 @@ releases:
projects:
- repo: openstack/ironic
hash: 3c248bbb89ad8fc193279bd2052ed70f919f4b8f
- version: xena-eom
projects:
- repo: openstack/ironic
hash: febf9d895d9d4c62a713e88a3d2af089e8831094
branches:
- name: bugfix/18.0
location: 18.0.0
@ -42,6 +46,8 @@ branches:
location: 18.1.0
- name: stable/xena
location: 18.2.0
- name: unmaintained/xena
location: xena-eom
cycle-highlights:
- New ``custom-agent`` deployment interface for where the agent provides
knowledge of all deployment steps.

View File

@ -26,7 +26,13 @@ releases:
projects:
- repo: openstack/metalsmith
hash: 46c6c29d2a9eb5544a6d12a49aa40f4fb3ab8b58
- version: xena-eom
projects:
- repo: openstack/metalsmith
hash: 5dbc631d1273377413b3bcb4bde7af017b55b3a5
branches:
- name: stable/xena
location: 1.5.1
- name: unmaintained/xena
location: xena-eom
release-notes: https://docs.openstack.org/releasenotes/metalsmith/xena.html

View File

@ -20,7 +20,14 @@ releases:
projects:
- repo: openstack/networking-baremetal
hash: cd69016601675016bccaaf611528a6439e254b68
- version: xena-eom
projects:
- repo: openstack/networking-baremetal
hash: 81cb49ed4967435fefbaffef7981c94291637e0a
branches:
- name: stable/xena
location: 5.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/networking-baremetal/xena.html
- name: unmaintained/xena
location: xena-eom
release-notes:
https://docs.openstack.org/releasenotes/networking-baremetal/xena.html

View File

@ -15,7 +15,14 @@ releases:
projects:
- repo: openstack/python-ironic-inspector-client
hash: 82649e1bd7c3dcdce5cb930830efc9918070a795
- version: xena-eom
projects:
- repo: openstack/python-ironic-inspector-client
hash: 5b1d3198b1f192ee8f2d73762dc9fbc35f5f0722
branches:
- name: stable/xena
location: 4.6.0
release-notes: https://docs.openstack.org/releasenotes/python-ironic-inspector-client/xena.html
- name: unmaintained/xena
location: xena-eom
release-notes:
https://docs.openstack.org/releasenotes/python-ironic-inspector-client/xena.html

View File

@ -62,7 +62,13 @@ releases:
projects:
- repo: openstack/sushy
hash: e71373c5a740d905cedec7c5d4cb44010fb9d115
- version: xena-eom
projects:
- repo: openstack/sushy
hash: 3c9e491407a3967d938ca098d0a5b295923b83b0
branches:
- name: stable/xena
location: 3.12.0
- name: unmaintained/xena
location: xena-eom
release-notes: https://docs.openstack.org/releasenotes/sushy/xena.html