ofri masad has posted comments on this change.

Change subject: engine:Trusted Compute Pools - Open Attestation integration 
with oVirt engine
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmFromTemplateCommand.java
Line 51:     private void checkTrustedService() {
Line 52:         AuditLogableBase logable = new AuditLogableBase();
Line 53:         logable.addCustomValue("VmName", getVmName());
Line 54:         logable.addCustomValue("VmTemplateName", getVmTemplateName());
Line 55:         if (getVmTemplate().isTrustedService() && 
!getVm().isTrustedService()) {
taking back my comment. disregard the above comment
Line 56:             AuditLogDirector.log(logable, 
AuditLogType.USER_ADD_VM_FROM_TRUSTED_TO_UNTRUSTED);
Line 57:         }
Line 58:         else if (!getVmTemplate().isTrustedService() && 
getVm().isTrustedService()) {
Line 59:             AuditLogDirector.log(logable, 
AuditLogType.USER_ADD_VM_FROM_UNTRUSTED_TO_TRUSTED);


-- 
To view, visit http://gerrit.ovirt.org/16598
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3a89c59ba97628292ff5941290beda87b5137e8b
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gang Wei <[email protected]>
Gerrit-Reviewer: Dave Chen <[email protected]>
Gerrit-Reviewer: Emily Zhang <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-Reviewer: ofri masad <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to