Ido Barkan has posted comments on this change. Change subject: relax the validation multiple networks on the same interface ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/34538/2/lib/vdsm/netinfo.py File lib/vdsm/netinfo.py: Line 773: self.nics = _netinfo['nics'] Line 774: self.bondings = _netinfo['bondings'] Line 775: self.bridges = _netinfo['bridges'] Line 776: Line 777: def getNetsByVlans(self, iface): > do this locally on client Done Line 778: return dict((vlan, net) Line 779: for (net, vlan) Line 780: in self.getNetworksAndVlansForIface(iface)) Line 781: -- To view, visit http://gerrit.ovirt.org/34538 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0030433ef519ae6699ee8a921b95c0a67f7b2eae Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ido Barkan <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
