summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-04-07 11:55:24 +0100
committerTakashi Natsume <takanattie@gmail.com>2020-04-09 20:46:09 +0900
commitca1262daeb793b5de1f5a267cf03d5b76651dbed (patch)
treee9a6fc544cfb2b47bcbf65575a65c34751dd36d3 /novaclient/__init__.py
parent4d6c70d25df99a4f28f263cd3160c74ccf1343e3 (diff)
downloadpython-novaclient-ca1262daeb793b5de1f5a267cf03d5b76651dbed.tar.gz
Microversion 2.86 - Extra spec validation
This microversion introduces extra spec validation within the API. No changes are required within novaclient so this change only bumps API_MAX_VERSION. Depends-On: https://review.opendev.org/#/c/708436/ Change-Id: Ic8fef7ee363435e9ac728b87d494593fcc6defc0
Diffstat (limited to 'novaclient/__init__.py')
-rw-r--r--novaclient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/__init__.py b/novaclient/__init__.py
index 5e3e7701..878cb9a2 100644
--- a/novaclient/__init__.py
+++ b/novaclient/__init__.py
@@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
# when client supported the max version, and bumped sequentially, otherwise
# the client may break due to server side new version may include some
# backward incompatible change.
-API_MAX_VERSION = api_versions.APIVersion("2.85")
+API_MAX_VERSION = api_versions.APIVersion("2.86")