Arik Hadas has submitted this change and it was merged.
Change subject: core: allow to override added VmDynamic on import
......................................................................
core: allow to override added VmDynamic on import
Extract the VmDynamic creation which is added on import operation into a
separate method so it could be changed by sub-commands. In particular,
we need to change the status of the VM we add while importing it from
external provider to be Down instead of ImageLocked.
Change-Id: If888e8c1b39c838d717fe3f6919aa9450d8c02a9
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommandBase.java
1 file changed, 13 insertions(+), 8 deletions(-)
Approvals:
Shahar Havivi: Looks good to me, approved
Arik Hadas: Verified
--
To view, visit
https://gerrit.ovirt.org/38033
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If888e8c1b39c838d717fe3f6919aa9450d8c02a9
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server