# Pastebin rYouoVv5 scott@HAtestAug22:/opt/stack/python-cinderclient/cinderclient$ git diff diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py index bdd975f..383d10f 100644 --- a/cinderclient/api_versions.py +++ b/cinderclient/api_versions.py @@ -32,7 +32,7 @@ if not LOG.handlers: # key is a deprecated version and value is an alternative version. DEPRECATED_VERSIONS = {"1": "2"} -MAX_VERSION = "3.14" +MAX_VERSION = "3.15" _SUBSTITUTIONS = {}