Change in vdsm[master]: Remove supportedProtocols parameter which is not in use

ybronhei at redhat.com ybronhei at redhat.com
Tue Jul 14 09:57:27 UTC 2015


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Remove supportedProtocols parameter which is not in use
......................................................................

Remove supportedProtocols parameter which is not in use

Requires to update MarshallingTestCase.java in engine side which
validates getVdsCaps output.

Change-Id: Ib9227d27f9e96d7efbac1cc42c757ca9a4e73269
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1234790
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M vdsm/dsaversion.py.in
M vdsm/rpc/vdsmapi-schema.json
2 files changed, 2 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/71/43571/1

diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in
index 5f15c72..374580d 100644
--- a/vdsm/dsaversion.py.in
+++ b/vdsm/dsaversion.py.in
@@ -34,6 +34,5 @@
     'software_version': software_version,
     'software_revision': software_revision,
     'supportedENGINEs': ['3.4', '3.5', '3.6'],
-    'supportedProtocols': ['2.2', '2.3'],
     'clusterLevels': ['3.4', '3.5', '3.6'],
 }
diff --git a/vdsm/rpc/vdsmapi-schema.json b/vdsm/rpc/vdsmapi-schema.json
index de03943..4e0769a 100644
--- a/vdsm/rpc/vdsmapi-schema.json
+++ b/vdsm/rpc/vdsmapi-schema.json
@@ -1208,8 +1208,6 @@
 #
 # @supportedENGINEs:    A list of supported ovirt-engine versions
 #
-# @supportedProtocols:  A list of supported xmlrpc protocol versions
-#
 # @clusterLevels:       A list of supported cluster versions
 #
 # @networks:            Information about configured VDSM networks
@@ -1275,7 +1273,7 @@
 #                       supported in this host.
 #                       (new in version 4.17.0)
 #
-# Since: 4.15.0
+# Since: 4.17.0
 #
 # Notes: Since ovirt-engine cannot parse software versions in 'x.y.z' format,
 #        the current API truncates @software_version to 'x.y'.
@@ -1286,7 +1284,7 @@
           'cpuSpeed': 'float', 'cpuModel': 'str',
           'cpuFlags': 'str', 'version_name': 'str', 'software_version': 'str',
           'software_revision': 'str', 'supportedENGINEs': ['str'],
-          'supportedProtocols': ['str'], 'clusterLevels': ['str'],
+          'clusterLevels': ['str'],
           'networks': 'NetInfoNetworkMap', 'bridges': 'NetInfoBridgeMap',
           'nics': 'NetInfoNicMap', 'bondings': 'NetInfoBondMap',
           'vlans': 'NetInfoVlanMap', '*hooks': 'HookScriptInfoMap',


-- 
To view, visit https://gerrit.ovirt.org/43571
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9227d27f9e96d7efbac1cc42c757ca9a4e73269
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list