Arik Hadas has uploaded a new change for review. Change subject: core: change the value of ProcessDownVmCommand ......................................................................
core: change the value of ProcessDownVmCommand The value of ProcessDownVmCommand collided with the value of ImportVmTemplateFromConfiguration, thus it is changed. Change-Id: Ic2a1f3842becb1711987b964c8da0fac73ce2e26 Signed-off-by: Arik Hadas <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/28770/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java index 41bb214..72b696b 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java @@ -55,7 +55,7 @@ ImportVmFromConfiguration(43, ActionGroup.IMPORT_EXPORT_VM, QuotaDependency.NONE), UpdateVmVersion(44, QuotaDependency.NONE), ImportVmTemplateFromConfiguration(45, ActionGroup.IMPORT_EXPORT_VM, QuotaDependency.NONE), - ProcessDownVm(45, QuotaDependency.NONE), + ProcessDownVm(46, QuotaDependency.NONE), // VdsCommands ProvisionVds(100, ActionGroup.CREATE_HOST, QuotaDependency.NONE), AddVds(101, ActionGroup.CREATE_HOST, QuotaDependency.NONE), -- To view, visit http://gerrit.ovirt.org/28770 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2a1f3842becb1711987b964c8da0fac73ce2e26 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
