Alona Kaplan has uploaded a new change for review. Change subject: webadmin: bond on 3.0- default boot proto is Dhvp should be none (#851513) ......................................................................
webadmin: bond on 3.0- default boot proto is Dhvp should be none (#851513) https://bugzilla.redhat.com/851513 DC/CL 3.0 When creating bond on host, radio button Boot Protocol: is set to DHCP which is different from assigning network/VLAN to single NIC, there is radio button set to none. Change-Id: Idddd8678b6c47553e1ac99073aaedffcd09c2cce Signed-off-by: Alona Kaplan <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/28/7628/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java index 3473929..52be0f6 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java @@ -1463,7 +1463,7 @@ } else { - innerBondModel.setBootProtocol(NetworkBootProtocol.Dhcp); + innerBondModel.setBootProtocol(NetworkBootProtocol.None); } innerBondModel.getGateway().setIsAvailable(isAnyManagement); -- To view, visit http://gerrit.ovirt.org/7628 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idddd8678b6c47553e1ac99073aaedffcd09c2cce Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
