Eli Mesika has submitted this change and it was merged. Change subject: engine: Add missing fence option type ......................................................................
engine: Add missing fence option type - The newly added encrypt_options parameter did not have a type defined in the database, this caused parsing to fail and in some cases jboss wouldn't start. This patch fixes the issue and adds a unit test demonstrating the fix works. Change-Id: I305de12cdaeac8c018fb5282b3bc0592a1252d20 Signed-off-by: Alexander Wels <[email protected]> --- M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/util/FenceOptionsParserTest.java M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 2 files changed, 15 insertions(+), 1 deletion(-) Approvals: Eli Mesika: Looks good to me, approved Juan Hernandez: Looks good to me, but someone else must approve Alexander Wels: Verified -- To view, visit https://gerrit.ovirt.org/39236 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I305de12cdaeac8c018fb5282b3bc0592a1252d20 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Eyal Edri <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Roy Golan <[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
