Skip to content

Commit

Permalink
Merge "Update min supported service version for Zed"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 15, 2022
2 parents b8c62f2 + a173192 commit 7977796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nova/objects/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,12 @@
# This is used to raise an error at service startup if older than N-1 computes
# are detected. Update this at the beginning of every release cycle to point to
# the smallest service version that was added in N-1.
OLDEST_SUPPORTED_SERVICE_VERSION = 'Xena'
OLDEST_SUPPORTED_SERVICE_VERSION = 'Yoga'
SERVICE_VERSION_ALIASES = {
'Victoria': 52,
'Wallaby': 54,
'Xena': 57,
'Yoga': 61,
}


Expand Down

0 comments on commit 7977796

Please sign in to comment.