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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
