]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove an invalid comment.
authorMargaret Frances <margaret_frances@cable.comcast.com>
Tue, 15 Sep 2015 15:10:43 +0000 (11:10 -0400)
committerRussell Bryant <rbryant@redhat.com>
Fri, 18 Sep 2015 19:38:15 +0000 (19:38 +0000)
Closes-Bug: 1491110
Change-Id: I6c000f8891eb9c120dfaaac5938dfc69bf4c1572
Signed-off-by: Margaret Frances <margaret_frances@cable.comcast.com>
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py

index 76f0b1dbf11da7bd93b671f159bd92ecbfe5e5d8..b6383682ef8bb6b7bc8c9a5055a0bffa10a99ef3 100644 (file)
@@ -71,9 +71,8 @@ class DeviceListRetrievalError(exceptions.NeutronException):
     message = _("Unable to retrieve port details for devices: %(devices)s ")
 
 
-# A class to represent a VIF (i.e., a port that has 'iface-id' and 'vif-mac'
-# attributes set).
 class LocalVLANMapping(object):
+
     def __init__(self, vlan, network_type, physical_network, segmentation_id,
                  vif_ports=None):
         if vif_ports is None: