Change in ovirt-engine[ovirt-engine-4.0.4]: core: replace null valued ipv6_boot_protocol with 'NONE'

Oved Ourfali has submitted this change and it was merged. Change subject: core: replace null valued ipv6_boot_protocol with 'NONE' ...................................................................... core: replace null valued ipv6_boot_protocol with 'NONE' update script fixes issue which exist due to problems on all 3 layers. Ipv6BootProtocol should be nonnull(which is not), and this column on dal layer controls creation of IpV6Address(which probably should not be there), and because of that null-valued IpV6Address instance arrives to UI layer, which expects only non-null values (which it should not do), and because of that UI fails on NPE. Change-Id: I9747497c3fbdd0a4e409a1ef8694818d4178dd54 Bug-Url: https://bugzilla.redhat.com/1371119 Signed-off-by: Martin Mucha <mmucha@redhat.com> --- A packaging/dbscripts/upgrade/04_00_0910_do_not_allow_null_boot_protocol.sql 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Eli Mesika: Looks good to me, but someone else must approve Martin Mucha: Verified Jenkins CI: Passed CI tests Moti Asayag: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/64073 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9747497c3fbdd0a4e409a1ef8694818d4178dd54 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0.4 Gerrit-Owner: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
oourfali@redhat.com