Muli Salem has submitted this change and it was merged.
Change subject: core: Rename Methods in ActivateDeactivateVmNicCommand (#850854)
......................................................................
core: Rename Methods in ActivateDeactivateVmNicCommand (#850854)
https://bugzilla.redhat.com/850854
This patch changes the method names:
isActivateDeactivateAllowedForVmStatus to activateDeactivateVmNicAllowed
isHotPlugNicAllowedForVmStatus to hotPlugVmNicRequired
It also moves the latter method from VmHandler to the
command itself, since it is only needed there.
Change-Id: I02e005bb6c3448d8114f96b2b6cc3ab4967eed25
Signed-off-by: Muli Salem <msalem(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ActivateDeactivateVmNicCommand.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmHandler.java
2 files changed, 8 insertions(+), 14 deletions(-)
Approvals:
Muli Salem: Verified; Looks good to me, approved
Moti Asayag: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/7685
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I02e005bb6c3448d8114f96b2b6cc3ab4967eed25
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Muli Salem <msalem(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Muli Salem <msalem(a)redhat.com>