Moti Asayag has posted comments on this change.

Change subject: core: Adds custom properties to VmNetworkInterface
......................................................................


Patch Set 13: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/vm/UpdateVmInterfaceCommand.java
Line 131:         }
Line 132:         return true;
Line 133:     }
Line 134: 
Line 135:     private boolean properiesRequiringVmUpdateDeviceWereUpdated() {
although not related to this specific patch, note there is a typo in this 
method name:

s/properies/propertiesRequiringVmUpdateDeviceWereUpdated
Line 136:         return (!StringUtils.equals(oldIface.getNetworkName(), 
getNetworkName()))
Line 137:                 || oldIface.isLinked() != getInterface().isLinked()
Line 138:                 || 
!StringUtils.equals(oldIface.getCustomProperties(), 
getInterface().getCustomProperties());
Line 139:     }


....................................................
Commit Message
Line 8: 
Line 9: Patch contains:
Line 10: 
Line 11:  - Adds custom properties to VmNetworkInterface.
Line 12:  - Add custom proerties validation and store to db ti
s/proerties/properties

ti ?
Line 13:    Add/UpdateVm/TemplateInterfaceCommand.
Line 14:  - Sending custom properties to VDS on RunVm, UpdateVmInterfaceDevice 
and
Line 15:    Plug.
Line 16: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I218db49043ddf0524178f6ff903e605bc0fe661a
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to