Updated the comments for VMWare VIF driver

This commit is contained in:
Ryu Ishimoto
2011-07-23 01:38:26 +09:00
parent 93ffbbb234
commit d06908783c
+1 -1
View File
@@ -33,7 +33,7 @@ FLAGS = flags.FLAGS
class VMWareVlanBridgeDriver(VIFDriver):
"""VIF driver for Linux VLAN bridge."""
"""VIF Driver to setup bridge/VLAN networking using VMWare API."""
def plug(self, instance, network, mapping):
"""Create a vlan and bridge unless they already exist."""