From 7edd837582bb6cbc00b6c942a56e56347f260217 Mon Sep 17 00:00:00 2001 From: Eugene Nikanorov Date: Wed, 18 Jun 2014 11:52:17 +0400 Subject: [PATCH] Improve docstring for OVSNeutronAgent constructor Add description of l2_population parameter Change-Id: Iedc9a46c127472a16629e7d2af78db87256c88b1 --- neutron/plugins/openvswitch/agent/ovs_neutron_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py index 3ee1e4278..6f11650aa 100644 --- a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py @@ -141,6 +141,7 @@ class OVSNeutronAgent(rpc_compat.RpcCallback, the agent. If set, will automatically set enable_tunneling to True. :param veth_mtu: MTU size for veth interfaces. + :param l2_population: Optional, whether L2 population is turned on :param minimize_polling: Optional, whether to minimize polling by monitoring ovsdb for interface changes. :param ovsdb_monitor_respawn_interval: Optional, when using polling -- 2.45.2