Dan Kenigsberg has submitted this change and it was merged. Change subject: Move API out of clientIF ......................................................................
Move API out of clientIF Many API functions are implemented inside clientIF but this is no longer the proper place for them. Move API-related functions into their proper objects inside API.py. clientIF still owns the storage dispatcher and the vm list. In the future, I would like to move these out of clientIF as well but I have decided to reserve that for a future patch series. Change-Id: I94ad036cfaf3d1bec2f5b4049979a1bf0e2810ce Signed-off-by: Adam Litke <[email protected]> --- M vdsm/API.py M vdsm/BindingXMLRPC.py M vdsm/clientIF.py 3 files changed, 1,409 insertions(+), 944 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/985 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I94ad036cfaf3d1bec2f5b4049979a1bf0e2810ce Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
