summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorzhangbailin <zhangbailin@inspur.com>2018-09-19 11:08:37 +0800
committerMatt Riedemann <mriedem.os@gmail.com>2018-09-24 15:14:18 -0400
commit4464a88737798d0e527a35371412db803e9220cc (patch)
tree761b6d52326c2f72eb9dbb5f408025b702e3722e /novaclient/__init__.py
parent9d8eda8b824d2cd106e4bb75dae6dcd4399ca343 (diff)
downloadpython-novaclient-4464a88737798d0e527a35371412db803e9220cc.tar.gz
Add support changes-before for microversion 2.66
This adds the changes-before filter to the servers, os-instance-actions and os-migrations list for filtering resources which were last updated before or equal to the given time. The changes-before filter, like the changes-since filter, will return deleted server resources. Depends-On: https://review.openstack.org/599276/ Part of bp support-to-query-nova-resources-filter-by-changes-before Change-Id: I7c6ea00303374d605bda8ef1b62c5de1b4567696
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 e4f84779..49bd667d 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.65")
+API_MAX_VERSION = api_versions.APIVersion("2.66")