Change in vdsm[master]: WIP - DONTMERGE: v2v: add new verbs

fromani at redhat.com fromani at redhat.com
Mon Sep 15 09:56:58 UTC 2014


Francesco Romani has uploaded a new change for review.

Change subject: WIP - DONTMERGE: v2v: add new verbs
......................................................................

WIP - DONTMERGE: v2v: add new verbs

**DRAFT**

this patch adds the new VDSM verbs to VDSM schema,
needed for the v2v integration

Change-Id: I0c66cda987eb448ab31f203230a1296ff43b7888
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm/rpc/vdsmapi-schema.json
1 file changed, 16 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/32927/1

diff --git a/vdsm/rpc/vdsmapi-schema.json b/vdsm/rpc/vdsmapi-schema.json
index 60b4282..eb27127 100644
--- a/vdsm/rpc/vdsmapi-schema.json
+++ b/vdsm/rpc/vdsmapi-schema.json
@@ -3489,6 +3489,22 @@
  'returns': ['UUID']}
 
 ##
+# @Host.getExternalVMList:
+#
+# Get information about the not-KVM virtual machines.
+#
+# @hypervisor:      query all the VMs using this hypervisor
+#
+# Returns:
+# A list of VM namess
+#
+# Since: 4.17.0
+##
+{'command': {'class': 'Host', 'name': 'getVMList'},
+ 'data': {'hypervisor': 'str'},
+ 'returns': ['str']}
+
+##
 # @VMFullInfo:
 #
 # Full information about VM.


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c66cda987eb448ab31f203230a1296ff43b7888
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list