From a9e9b762fd71eec44a5d8f72c50daa2238b2c3b2 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Fri, 24 Jul 2020 23:31:52 +0300 Subject: Add support for Cinder API mv3.61 Microversion 3.61 adds cluster_name attribute to volume details output for admin users. Change-Id: I13f85c8ddd4cb238a245c263151123fd271a9927 Depends-On: https://review.opendev.org/742991 --- cinderclient/api_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cinderclient') diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py index 2d22199..dbd9d1e 100644 --- a/cinderclient/api_versions.py +++ b/cinderclient/api_versions.py @@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__) # key is a deprecated version and value is an alternative version. DEPRECATED_VERSIONS = {"2": "3"} DEPRECATED_VERSION = "2.0" -MAX_VERSION = "3.60" +MAX_VERSION = "3.61" MIN_VERSION = "3.0" _SUBSTITUTIONS = {} -- cgit v1.2.1