We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8d3ab2 + ad227d7 commit fdfdba2Copy full SHA for fdfdba2
nova/objects/service.py
@@ -218,10 +218,11 @@
218
# This is used to raise an error at service startup if older than N-1 computes
219
# are detected. Update this at the beginning of every release cycle to point to
220
# the smallest service version that was added in N-1.
221
-OLDEST_SUPPORTED_SERVICE_VERSION = 'Wallaby'
+OLDEST_SUPPORTED_SERVICE_VERSION = 'Xena'
222
SERVICE_VERSION_ALIASES = {
223
'Victoria': 52,
224
'Wallaby': 54,
225
+ 'Xena': 57,
226
}
227
228
0 commit comments