Change in vdsm[master]: BZ#867413 VDSM should return supportedENGINEs

peet at redhat.com peet at redhat.com
Thu Oct 18 13:48:38 UTC 2012


Peter V. Saveliev has uploaded a new change for review.

Change subject: BZ#867413 VDSM should return supportedENGINEs
......................................................................

BZ#867413 VDSM should return supportedENGINEs

There is no references for supportedRHEVMs in the code of the
ovirt-engine, but we have a reference for supportedENGINEs.
According to it, the variable should be reported in the same
format as supportedRHEVMs and has the same meaning.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=867413
Signed-off-by: Peter V. Saveliev <peet at redhat.com>
Change-Id: Iba23f0b4e35eace0825d84b207900f04501c1aa1
---
M vdsm/dsaversion.py.in
M vdsm_api/vdsmapi-schema.json
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/8661/1

diff --git a/vdsm/dsaversion.py.in b/vdsm/dsaversion.py.in
index 119943b..d0160fc 100644
--- a/vdsm/dsaversion.py.in
+++ b/vdsm/dsaversion.py.in
@@ -32,7 +32,7 @@
     'version_name': version_name,
     'software_version': software_version,
     'software_revision': software_revision,
-    'supportedRHEVMs': ['3.0', '3.1'],
+    'supportedENGINEs': ['3.0', '3.1'],
     'supportedProtocols': ['2.2', '2.3'],
     'clusterLevels': ['3.0', '3.1', '3.2'],
 }
diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json
index 1aedc96..16cd8bf 100644
--- a/vdsm_api/vdsmapi-schema.json
+++ b/vdsm_api/vdsmapi-schema.json
@@ -861,7 +861,7 @@
 #
 # @software_revision:   Extra VDSM version information
 #
-# @supportedRHEVMs:     A list of supported ovirt-engine versions
+# @supportedENGINEs:     A list of supported ovirt-engine versions
 #
 # @supportedProtocols:  A list of supported xmlrpc protocol versions
 #
@@ -909,7 +909,7 @@
  'data': {'kvmEnabled': 'bool', 'cpuCores': 'uint',
           'cpuSockets': 'uint', 'cpuSpeed': 'float', 'cpuModel': 'str',
           'cpuFlags': 'str', 'version_name': 'str', 'software_version': 'str',
-          'software_revision': 'str', 'supportedRHEVMs': ['str'],
+          'software_revision': 'str', 'supportedENGINEs': ['str'],
           'supportedProtocols': ['str'], 'clusterLevels': ['str'],
           'networks': 'NetInfoNetworkMap',
           'nics': 'NetInfoNicMap', 'bondings': 'NetInfoBondMap',


--
To view, visit http://gerrit.ovirt.org/8661
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba23f0b4e35eace0825d84b207900f04501c1aa1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Peter V. Saveliev <peet at redhat.com>


More information about the vdsm-patches mailing list