From 1a105ed6205f9680003fc42489261b16aea28318 Mon Sep 17 00:00:00 2001 From: Margaret Frances Date: Tue, 15 Sep 2015 11:10:43 -0400 Subject: [PATCH] Remove an invalid comment. Closes-Bug: 1491110 Change-Id: I6c000f8891eb9c120dfaaac5938dfc69bf4c1572 Signed-off-by: Margaret Frances --- .../plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.45.2