Adam Litke has uploaded a new change for review. 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, 480 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/84/984/1 -- To view, visit http://gerrit.ovirt.org/984 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ee54277c87a02ac8dafe29a8761e2acf0f7397f Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
