Skip to content

Commit 7977796

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update min supported service version for Zed"
2 parents b8c62f2 + a173192 commit 7977796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nova/objects/service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,12 @@
230230
# This is used to raise an error at service startup if older than N-1 computes
231231
# are detected. Update this at the beginning of every release cycle to point to
232232
# the smallest service version that was added in N-1.
233-
OLDEST_SUPPORTED_SERVICE_VERSION = 'Xena'
233+
OLDEST_SUPPORTED_SERVICE_VERSION = 'Yoga'
234234
SERVICE_VERSION_ALIASES = {
235235
'Victoria': 52,
236236
'Wallaby': 54,
237237
'Xena': 57,
238+
'Yoga': 61,
238239
}
239240

240241

0 commit comments

Comments
 (0)