Moti Asayag has submitted this change and it was merged.
Change subject: webadmin: Missing gateway field when creating bond (#815415)
......................................................................
webadmin: Missing gateway field when creating bond (#815415)
https://bugzilla.redhat.com/815415
Bond button for "rhevm" network with vlan tagging does not provide
default gateway field. Problem is originated due to wrong resolution
of the management network when it is on top of a VLAN. This causes
the gateway field not to appear.
With this patch, the gateway field appears and the default values
for the Static IP protocol are the same as were for the management
network interface, those fields are editable.
Change-Id: I42547ef630feda19f520b0eda99bf58d31db4a24
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java
1 file changed, 8 insertions(+), 5 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/5034
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I42547ef630feda19f520b0eda99bf58d31db4a24
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>