From 8b3ed3c663e8b36ec6698b2b8990cba2be27052c Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 31 Mar 2021 10:00:26 +0200 Subject: [PATCH] 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 --- osc_placement/version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc_placement/version.py b/osc_placement/version.py index cdca1ed..e6f0d82 100644 --- a/osc_placement/version.py +++ b/osc_placement/version.py @@ -45,6 +45,7 @@ SUPPORTED_VERSIONS = [ '1.27', # unused '1.28', # Added for provider allocation (un)set (Ussuri) '1.29', + '1.37', # unused ]