summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2011-08-09 13:34:54 +0100
committerThierry Carrez <thierry@openstack.org>2011-08-09 13:34:54 +0100
commit142f072cc3416f88dd0af757b17d7ddd473c5e20 (patch)
treebf958b94012e7115cacf7c8b9279536e5ee7a0fa
parent446fb79eb0025ce50cac9fc5496d4e4840134bce (diff)
Remove old commented line
-rw-r--r--nova/network/linux_net.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index a8af4af57..8b7b59f55 100644
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -492,7 +492,6 @@ def ensure_bridge(bridge, interface, net_attrs=None):
LOG.debug(_('Starting Bridge interface for %s'), interface)
_execute('brctl', 'addbr', bridge, run_as_root=True)
_execute('brctl', 'setfd', bridge, 0, run_as_root=True)
- # _execute('sudo brctl setageing %s 10' % bridge)
_execute('brctl', 'stp', bridge, 'off', run_as_root=True)
_execute('ip', 'link', 'set', bridge, 'up', run_as_root=True)
if net_attrs: