Roy Golan has uploaded a new change for review. Change subject: core: fix config value id ......................................................................
core: fix config value id Change-Id: I31fc8d716d844bd69601e74a8d6209182b436c12 Signed-off-by: Roy Golan <[email protected]> --- 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/49/11649/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 ad81b77..94673a4 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 @@ -1363,7 +1363,7 @@ @TypeConverterAttribute(Boolean.class) @DefaultValueAttribute("true") - MigrationSupportForNativeUsb(416), + MigrationSupportForNativeUsb(417), Invalid(65535); -- To view, visit http://gerrit.ovirt.org/11649 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I31fc8d716d844bd69601e74a8d6209182b436c12 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
