From dd73aabaf088c8959f28e256b31edffe29b5899c Mon Sep 17 00:00:00 2001 From: Ionuț Arțăriși Date: Tue, 29 Jan 2013 17:30:13 +0100 Subject: erase outdated comment the (0,0) is no longer only used by tests, the _modify_rules method uses it; see commit 7d7fcf1d Change-Id: I3fdee5677ee92ab80ab85202805a4e9bbfca2d20 --- nova/network/linux_net.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py index f090064a3..434ce0b73 100644 --- a/nova/network/linux_net.py +++ b/nova/network/linux_net.py @@ -392,7 +392,6 @@ class IptablesManager(object): start = lines.index('*%s' % table_name) - 1 except ValueError: # Couldn't find table_name - # For Unit Tests return (0, 0) end = lines[start:].index('COMMIT') + start + 2 return (start, end) -- cgit