Merge "Bump baremetal max_version from 1.52 to 1.58" into stable/train

This commit is contained in:
Zuul 2020-03-30 19:26:28 +00:00 committed by Gerrit Code Review
commit c07350e68a
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ class Node(_common.ListMixin, resource.Resource):
is_maintenance='maintenance',
)
# The allocation_uuid field introduced in 1.52 (Stein).
_max_microversion = '1.52'
# The max microversion in Train
_max_microversion = '1.58'
# Properties
#: The UUID of the allocation associated with this node. Added in API