Mark Wu has uploaded a new change for review. Change subject: Move actual VM creation function to libvirtvm.py ......................................................................
Move actual VM creation function to libvirtvm.py To avoid using API in clientIF.py, we move the VM creation function to libvirtvm.py. It should be safe to skip the VM parameters validation in the VM.create() API for recovering exsiting VMs. If this patch is accepted, we can add a singleton interface for clientIF which can be used for API.py. Otherwise, it will cause circular importing. Change-Id: I38644263e4b4c3fe836a60405b251768db0a471c Signed-off-by: Mark Wu <[email protected]> --- M vdsm/API.py M vdsm/clientIF.py M vdsm/libvirtvm.py 3 files changed, 27 insertions(+), 24 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/4808/1 -- To view, visit http://gerrit.ovirt.org/4808 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I38644263e4b4c3fe836a60405b251768db0a471c Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
