Mark microversion 1.37 supported

Microversion 1.37 adds support for re-parenting and un-parenting RPs.
The client supports these operations with the new microversion out of
the box. So this patch just marks the microversion as supported.

Story: 2008764
Task: 42132
Depends-On: https://review.opendev.org/c/openstack/placement/+/784020
Change-Id: I62f5a620e6639c29d4a8ed99f7e42b72f7af1a74
This commit is contained in:
Balazs Gibizer 2021-03-31 10:00:26 +02:00
parent ee98b03938
commit 8b3ed3c663
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ SUPPORTED_VERSIONS = [
'1.27', # unused
'1.28', # Added for provider allocation (un)set (Ussuri)
'1.29',
'1.37', # unused
]