
Ori Liel has submitted this change and it was merged. Change subject: restapi: Duplicate name 'nics' in schema ...................................................................... restapi: Duplicate name 'nics' in schema QA tools assumes unique element names in the schema (api.xsd), so naming inner element 'nics', which outer element by this name already exists in the schema causes failure. Again, the failure is in the QA tool, and is not a real code or business faliure. Nevertheless, it's enough of a reason to change the element's name. Bug-Url: http://bugzilla.redhat.com/1063187 Change-Id: I97a9b1b727053349e3f24c65ffabd69316af1c51 Signed-off-by: Ori Liel <oliel@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd M backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/VmMapper.java M backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/VmMapperTest.java 3 files changed, 10 insertions(+), 10 deletions(-) Approvals: Ori Liel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/24261 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I97a9b1b727053349e3f24c65ffabd69316af1c51 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com>