Piotr Kliczewski has uploaded a new change for review. Change subject: core: setting default protocol to jsonrpc again ......................................................................
core: setting default protocol to jsonrpc again Change-Id: Ia0e98eb30e5411140a7618c38f56206f054cf891 Signed-off-by: pkliczewski <piotr.kliczew...@gmail.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/31970/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java index d85b4a0..2a0111b 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java @@ -1899,7 +1899,7 @@ * Specifies whether jsonrpc protocol is supported. */ @TypeConverterAttribute(Boolean.class) - @DefaultValueAttribute("false") + @DefaultValueAttribute("true") JsonProtocolSupported, @TypeConverterAttribute(Integer.class) -- To view, visit http://gerrit.ovirt.org/31970 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia0e98eb30e5411140a7618c38f56206f054cf891 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <piotr.kliczew...@gmail.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches