Tal Nisan has submitted this change and it was merged. Change subject: webadmin: Allow selection of None for Cloud-Init network boot protocol ...................................................................... webadmin: Allow selection of None for Cloud-Init network boot protocol The REST API supported DHCP, Static IP, and None as NIC address types for cloud-init VM startup. Make the same available in the UI as well. Change-Id: Ic51a76e968922fb62a07ccaced969c8b580de083 Bug-Url: https://bugzilla.redhat.com/1120092 Signed-off-by: Greg Padgett <gpadgett@redhat.com> Signed-off-by: Moti Asayag <masayag@redhat.com> (cherry picked from commit d5dafab5c906c65a2878dbefd0a4b2cb8f3a1534) --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmInitWidget.ui.xml M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmInitModel.java 4 files changed, 43 insertions(+), 27 deletions(-) Approvals: Lior Vernia: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31771 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic51a76e968922fb62a07ccaced969c8b580de083 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Greg Padgett <gpadgett@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server