
Eli Mesika has submitted this change and it was merged. Change subject: core: fix default network rename ...................................................................... core: fix default network rename Upgrade script 03_06_0850 tried to rename the config option key ManagementNetwork to DefaultManagementNetwork There were 2 problems in that 1) The version given was misspelled : 'genenral', causing the rename to fail 2) The right place for configuration changes is dbscripts/upgrade/pre_upgrade/0000_config.sql This patch fixes both issues Change-Id: I21f964a12ecd4b99ea2aed512f89dc84882d70c7 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1211649 Signed-off-by: emesika <emesika@redhat.com> --- M packaging/dbscripts/upgrade/03_06_0850_update_management_network_vdc_option.sql M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 2 files changed, 6 insertions(+), 2 deletions(-) Approvals: Eli Mesika: Verified Yedidyah Bar David: Looks good to me, but someone else must approve Moti Asayag: Looks good to me, approved Yevgeny Zaspitsky: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/39885 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I21f964a12ecd4b99ea2aed512f89dc84882d70c7 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com> Gerrit-Reviewer: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server