Daniel Erez has uploaded a new change for review. Change subject: core: increment LiveStorageMigrationEnabled enum value ......................................................................
core: increment LiveStorageMigrationEnabled enum value Incrementing LiveStorageMigrationEnabled enum value to ensure uniqueness. Change-Id: I168d4b97ceb19ae08a792e6eae46ec48207e4b4e Signed-off-by: Daniel Erez <de...@redhat.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/59/8859/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 516355d..932ab12 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 @@ -1539,7 +1539,7 @@ @TypeConverterAttribute(Boolean.class) @DefaultValueAttribute("false") - LiveStorageMigrationEnabled(393), + LiveStorageMigrationEnabled(394), Invalid(65535); -- To view, visit http://gerrit.ovirt.org/8859 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I168d4b97ceb19ae08a792e6eae46ec48207e4b4e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches