Moti Asayag has uploaded a new change for review. Change subject: core: Wrong bootproto for non-bridged networks(#842986) ......................................................................
core: Wrong bootproto for non-bridged networks(#842986) https://bugzilla.redhat.com/842986 The patch relies on getVdsCapabilities api change that reports the interface element for each network (instead only for bridgeless). The 3.1 and above hosts will use the interface property from network to resolve the underlying interface the network is defined on. Previous 3.1 hosts will use same method as before: resolve the interface by the ports elements reported for the bridged network. Change-Id: Ie60ac43e27d90c8de2b434a506651360fedd6d9c Signed-off-by: Moti Asayag <[email protected]> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsProperties.java 2 files changed, 37 insertions(+), 17 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/6771/1 -- To view, visit http://gerrit.ovirt.org/6771 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie60ac43e27d90c8de2b434a506651360fedd6d9c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
