
From Juan Hernandez <juan.hernandez@redhat.com>:
Juan Hernandez has submitted this change and it was merged. ( https://gerrit.ovirt.org/81134 ) Change subject: restapi: Update to model 4.2.16 and metamodel 1.2.10 ...................................................................... restapi: Update to model 4.2.16 and metamodel 1.2.10 The more relevant changes in the new version of the model are the following: * Add support for creating image transfers using disks and snapshots. * Add `size` and `type` properties to the `Image` type. * Add `total_size` attribute to the `Disk` type. * Add support for listing cluster level features, and enabling/disabing them for clusters. * Add `backup` attribute to `StorageDomain` type. * Add support for listing, enabling and disabling cluster features. The more relevant changes in the new version of the metamodel are the following: * Add `Image.size` to the list of exceptions of integer attributes that are represented using `xs:long` instead of `xs:int`. * Fix signuature detection invocation bug. * Add `Disk.totalSize` to the list of exceptions of integer attributes that are represented using `xs:long` instead of `xs:int`. * Replace live documentation log error with validation exception. Change-Id: I18848af32d6c0eec6cd6f1bd2ce2ebe7e3f98d79 Related-To: https://bugzilla.redhat.com/1096497 Related-To: https://bugzilla.redhat.com/1185782 Related-To: https://bugzilla.redhat.com/1477053 Related-To: https://bugzilla.redhat.com/1483305 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/interface/definition/pom.xml M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendClusterLevelResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendClusterResource.java M pom.xml 4 files changed, 22 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests Daniel Erez: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/81134 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I18848af32d6c0eec6cd6f1bd2ce2ebe7e3f98d79 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Eyal Shenitzky <eshenitz@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: Shani Leviim <sleviim@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org> Gerrit-Reviewer: shubham dubey <sdubey504@gmail.com>