Remove config.GetDefBridge
authorGuido Trotter <ultrotter@google.com>
Wed, 10 Jun 2009 09:53:49 +0000 (10:53 +0100)
committerGuido Trotter <ultrotter@google.com>
Mon, 15 Jun 2009 10:52:05 +0000 (11:52 +0100)
Default bridge is now handled with nic parameters, and this function is
unused.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

lib/config.py

index 7ebcf92..3ea9c56 100644 (file)
@@ -1189,13 +1189,6 @@ class ConfigWriter:
     self._WriteConfig()
 
   @locking.ssynchronized(_config_lock, shared=1)
-  def GetDefBridge(self):
-    """Return the default bridge.
-
-    """
-    return self._config_data.cluster.default_bridge
-
-  @locking.ssynchronized(_config_lock, shared=1)
   def GetMACPrefix(self):
     """Return the mac prefix.