Change in vdsm[master]: api: introducing short parameter for getVMList verb

michal.skrivanek at redhat.com michal.skrivanek at redhat.com
Fri Mar 6 12:29:17 UTC 2015


Michal Skrivanek has posted comments on this change.

Change subject: api: introducing short parameter for getVMList verb
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.ovirt.org/#/c/38449/2/vdsm/API.py
File vdsm/API.py:

Line 1386:         ret = {'status': doneCode,
Line 1387:                'vmList': [v.status(fullStatus)
Line 1388:                           for v in self._cif.vmContainer.values()
Line 1389:                           if not vmSet or v.id in vmSet]}
Line 1390:         if short:
> Please add a 
# REQUIRED_FOR: engine-3.5.0 only
Line 1391:             return {'status': doneCode,
Line 1392:                     'vmList': [v['vmId'] for v in ret['vmList']]}
Line 1393:         return ret
Line 1394: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2d9eb359f6995c09d61a3159e733498fa3b55780
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Barak Azulay <bazulay at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <mskrivan at redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list