Merge "Mark microversion 1.37 supported"

This commit is contained in:
Zuul 2021-07-31 01:20:41 +00:00 committed by Gerrit Code Review
commit b0a74d094d
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ SUPPORTED_MICROVERSIONS = [
'1.27', # unused
'1.28', # Added for provider allocation (un)set (Ussuri)
'1.29',
'1.37', # unused
]
SUPPORTED_VERSIONS = SUPPORTED_MICROVERSIONS + NEGOTIATE_VERSIONS
# The max microversion lower than which are all supported by this client.