Anatoly Litovsky has uploaded a new change for review.

Change subject: Bringing back the VLANS to the tui.
......................................................................

Bringing back the VLANS to the tui.

The following patch allows the TUI to see vlan networks
This is needed to allow configuration of ovirtmgmt in TUI
Over existing vlan networks .

Change-Id: I3587f886a85e659ffbf185aab861685231012af9
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1289028
Signed-off-by: Tolik Litovsky <[email protected]>
---
M src/ovirt/node/utils/network.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/31/51231/1

diff --git a/src/ovirt/node/utils/network.py b/src/ovirt/node/utils/network.py
index fa742d0..86d1e52 100755
--- a/src/ovirt/node/utils/network.py
+++ b/src/ovirt/node/utils/network.py
@@ -611,7 +611,7 @@
         >>> model = NodeNetwork()
         """
         nics = [NIC(ifname) for ifname
-                in self.relevant_ifnames(filter_vlans=True,
+                in self.relevant_ifnames(filter_vlans=False,
                                          filter_bonds=False,
                                          filter_bridges=False)]
 


-- 
To view, visit https://gerrit.ovirt.org/51231
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3587f886a85e659ffbf185aab861685231012af9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <[email protected]>
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to