Dan Kenigsberg has submitted this change and it was merged. Change subject: Add an object model to clientIF ......................................................................
Add an object model to clientIF Create an object-based API for vdsm. The current objects are: Task, StoragePool, StorageDomain, Image, Volume, ISCSIConnection, LVMVolumeGroup, and VM. Additionally, a Global object currently handles APIs which don't map nicely to one of the above objects. Right now this interface is only an abstraction that maps directly to the flat function namespace. This will change later in the patch series and more over time. Since this API is internal (it only affects bindings), we can continue to change it over time without affecting ovirt-engine. Change-Id: I2ee54277c87a02ac8dafe29a8761e2acf0f7397f Signed-off-by: Adam Litke <[email protected]> --- M vdsm.spec.in A vdsm/API.py M vdsm/Makefile.am 3 files changed, 509 insertions(+), 0 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/984 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2ee54277c87a02ac8dafe29a8761e2acf0f7397f 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
