Dan Kenigsberg has submitted this change and it was merged. Change subject: janitorial: move isVdsmImage into utils ......................................................................
janitorial: move isVdsmImage into utils this patch moves vdsm/virt/vm.isVdsmImage into utils without code changes. In doing so, we bootstrap the vdsm/virt/utils module, which will contain the common shared code in the virt package, to shed some load from vm.py. This change is a preliminary step to the move of VmSamplingThread from vm.py to sampling.py. Change-Id: I9cb288eef41b567da36849e00f848e1ba20a62af Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28477 Reviewed-by: Antoni Segura Puimedon <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M debian/vdsm.install M vdsm.spec.in M vdsm/clientIF.py M vdsm/virt/Makefile.am A vdsm/virt/utils.py M vdsm/virt/vm.py 6 files changed, 42 insertions(+), 14 deletions(-) Approvals: Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified -- To view, visit http://gerrit.ovirt.org/28477 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9cb288eef41b567da36849e00f848e1ba20a62af Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
