Change in ovirt-engine[ovirt-engine-3.3]: webadmin: Only carry on with import if network added

Itamar Heim has submitted this change and it was merged. Change subject: webadmin: Only carry on with import if network added ...................................................................... webadmin: Only carry on with import if network added When importing a network from a provider, a sequence of backend commands is triggered; first creation of a network, then attachment to cluster and in the end creation of a default vNIC profile. Previously the succeess of the network creation wasn't verified, leading to confusing errors from the succeeding backend commands. This is fixed here. Change-Id: Ie718f92f724f71e6e9d02ad19e4c7912efe5bb94 Bug-Url: https://bugzilla.redhat.com/1031366 Signed-off-by: Lior Vernia <lvernia@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/networks/ImportNetworksModel.java 1 file changed, 7 insertions(+), 3 deletions(-) Approvals: Itamar Heim: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/22035 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie718f92f724f71e6e9d02ad19e4c7912efe5bb94 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
iheim@redhat.com