summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorYongli He <yongli.he@intel.com>2019-07-15 16:36:09 +0800
committerMatt Riedemann <mriedem.os@gmail.com>2019-09-06 17:24:17 -0400
commitaae95dcc7a79be019fc304ced76a351c16382ede (patch)
treebb2fa94b9ff6dab6da11c762060a515e8c8d45ce /novaclient/__init__.py
parente43596ca5ce076ecbb53a6788349b46f2b3f5c39 (diff)
downloadpython-novaclient-aae95dcc7a79be019fc304ced76a351c16382ede.tar.gz
Microversion 2.78 - show server topology
Add support microversion 2.78 which adds server topology information in the output of the following new command: nova server-topology Depends-on: https://review.opendev.org/#/c/621476/ Change-Id: I6467d52d2528a37348458baf4842b571a97f3ed2 Implements: blueprint show-server-numa-topology
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 00e0b3e4..3e5daf21 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.77")
+API_MAX_VERSION = api_versions.APIVersion("2.78")