Skip to content

Commit

Permalink
Merge "Update min supported service version for Xena."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 16, 2021
2 parents 4f25a37 + 07a9db5 commit 74d6fc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nova/objects/service.py
Expand Up @@ -202,10 +202,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
OLDEST_SUPPORTED_SERVICE_VERSION = 'Victoria'
# 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 = 'Wallaby'
SERVICE_VERSION_ALIASES = {
'Victoria': 52,
'Wallaby': 54,
}


Expand Down

0 comments on commit 74d6fc4

Please sign in to comment.