
Alona Kaplan has submitted this change and it was merged. Change subject: webadmin: [SetupNetwork] networks detached when adding nic to a bond ...................................................................... webadmin: [SetupNetwork] networks detached when adding nic to a bond When adding nic to a bond the networks on the nic should be attached to the bond. The bug is that the order was- 1. Detach the networks from the nic. 2. Determine the nic's networks. 3. Attach the nic's networks to the bond. Step 1 and 2 should be switched. Because after detaching there is no networks on the nic. Change-Id: I5c2941106968dc08d8251d033a6274c9a272ade0 Signed-off-by: Alona Kaplan <alkaplan@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/network/NetworkOperation.java 1 file changed, 7 insertions(+), 5 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10432 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5c2941106968dc08d8251d033a6274c9a272ade0 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com>