Merge "Bump compute max microversion to 2.100"

This commit is contained in:
Zuul 2025-04-04 14:28:53 +00:00 committed by Gerrit Code Review
commit 43dd5d9041

View File

@ -103,7 +103,7 @@ class Server(resource.Resource, metadata.MetadataMixin, tag.TagMixin):
**tag.TagMixin._tag_query_parameters,
)
_max_microversion = '2.96'
_max_microversion = '2.100'
#: A list of dictionaries holding links relevant to this server.
links = resource.Body('links')