From: Margaret Frances Date: Tue, 15 Sep 2015 15:10:43 +0000 (-0400) Subject: Remove an invalid comment. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1a105ed6205f9680003fc42489261b16aea28318;p=openstack-build%2Fneutron-build.git Remove an invalid comment. Closes-Bug: 1491110 Change-Id: I6c000f8891eb9c120dfaaac5938dfc69bf4c1572 Signed-off-by: Margaret Frances --- diff --git a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py index 76f0b1dbf..b6383682e 100644 --- a/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py @@ -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: