Skip to content

Commit

Permalink
Fix EOL dates for Reef and bobcat
Browse files Browse the repository at this point in the history
Signed-off-by: Ponnuvel Palaniyappan <[email protected]>
  • Loading branch information
pponnuvel committed Aug 29, 2024
1 parent bbb436e commit 6a0d57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hotsos/core/plugins/openstack/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# versions page: https://ubuntu.com/openstack/docs/supported-versions
OST_EOL_INFO = {
'caracal': datetime(2029, 4, 30),
'bobcat': datetime(2025, 4, 30),
'bobcat': datetime(2024, 7, 30),
'antelope': datetime(2026, 4, 30),
'zed': datetime(2024, 4, 30),
'yoga': datetime(2027, 4, 30),
Expand Down
2 changes: 1 addition & 1 deletion hotsos/core/plugins/storage/ceph/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# https://ubuntu.com/ceph/docs/supported-ceph-versions
CEPH_EOL_INFO = {
'squid': datetime(2036, 4, 30),
'reef': datetime(2034, 4, 30),
'reef': datetime(2024, 7, 30),
'quincy': datetime(2032, 4, 30),
'pacific': datetime(2024, 4, 30),
'octopus': datetime(2030, 4, 30),
Expand Down

0 comments on commit 6a0d57b

Please sign in to comment.