Itamar Heim 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: Ibe88dc0fd9129776bf462921b42849ba99e12644
Signed-off-by: Ori Liel <oliel(a)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/24268
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe88dc0fd9129776bf462921b42849ba99e12644
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server