Daniel Erez has submitted this change and it was merged.
Change subject: wedadmin: switching engine net to new nic causes error
......................................................................
wedadmin: switching engine net to new nic causes error
witching rhevm network to different NIC throws
exception NETWORK_ATTACH_ILLEGAL_GATEWAY
The engine throws this error because the old nic keeps
the old default gateway attribute value even there
is no network attached to it. The engine checks if the
nic with the default gateway is management- it isn't
so it throws the error.
Change-Id: I05752b8e5283f86778155e9fa04d3e52215cf427
Signed-off-by: Alona Kaplan <alkaplan(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/network/LogicalNetworkModel.java
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
Alona Kaplan: Verified
Daniel Erez: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/5488
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I05752b8e5283f86778155e9fa04d3e52215cf427
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Livnat Peer <lpeer(a)redhat.com>