summaryrefslogtreecommitdiff
path: root/cinderclient/api_versions.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-24 20:54:44 +0000
committerGerrit Code Review <review@openstack.org>2022-02-24 20:54:44 +0000
commitd1853510c005125d112da87374df7a9a6f1a1ebf (patch)
treea7e52952667e5fc1565845ba442189db32f7b121 /cinderclient/api_versions.py
parent1aa1ea0250b82ef6e26795de623a58a918339635 (diff)
parent12075cb71067563f60de929e61f79eae33b2c2ec (diff)
downloadpython-cinderclient-d1853510c005125d112da87374df7a9a6f1a1ebf.tar.gz
Merge "Add volume reimage command"
Diffstat (limited to 'cinderclient/api_versions.py')
-rw-r--r--cinderclient/api_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py
index 48e00b7..dc2a88d 100644
--- a/cinderclient/api_versions.py
+++ b/cinderclient/api_versions.py
@@ -26,7 +26,7 @@ LOG = logging.getLogger(__name__)
# key is unsupported version, value is appropriate supported alternative
REPLACEMENT_VERSIONS = {"1": "3", "2": "3"}
-MAX_VERSION = "3.66"
+MAX_VERSION = "3.68"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}