Itamar Heim has submitted this change and it was merged. Change subject: core, engine: Fix HotPlugCpuSupported config value ......................................................................
core, engine: Fix HotPlugCpuSupported config value The 'HotPlugCpuSupported' configuration value was not present in the database and another unused property called HotPlugCpuEnable contained syntax errors that prevented it from being read by the JSON parser. This patch removes the unused property and adds the correct one, fixing the syntax errors that were present. Change-Id: I3ef5b2e39b2067239721a65b031d247ace3b0c2c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1069802 Signed-off-by: Vitor de Lima <[email protected]> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 6 insertions(+), 5 deletions(-) Approvals: Itamar Heim: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/25042 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3ef5b2e39b2067239721a65b031d247ace3b0c2c Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Vitor de Lima <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vitor de Lima <[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
