Change in ovirt-engine[ovirt-engine-3.4]: restapi: Fix guest nic configuration tag name

iheim at redhat.com iheim at redhat.com
Thu Feb 6 19:59:15 UTC 2014


Itamar Heim has submitted this change and it was merged.

Change subject: restapi: Fix guest nic configuration tag name
......................................................................


restapi: Fix guest nic configuration tag name

The initialization of a guest NIC should be represented using the "nic"
and "nics" tags, as follows:

  <nics>
    <nic>
      <name>eth0</name>
      ...
    </nic>
  </nics>

But due to a typo in the XML schema it is actually represented with
"nics" and "nics", as follows:

  <nics>
    <nics>
      <name>eth0</name>
      ...
    </nics>
  </nics>

This patch fixes the type so that the representation will be correct.

Change-Id: Ic0f0e543cb2905f5270263462aeb87afe852b250
Bug-Url: https://bugzilla.redhat.com/1062388
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
1 file changed, 9 insertions(+), 3 deletions(-)

Approvals:
  Juan Hernandez: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/24185
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0f0e543cb2905f5270263462aeb87afe852b250
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim at redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list