From: Eugene Nikanorov Date: Wed, 18 Jun 2014 07:52:17 +0000 (+0400) Subject: Improve docstring for OVSNeutronAgent constructor X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7edd837582bb6cbc00b6c942a56e56347f260217;p=openstack-build%2Fneutron-build.git Improve docstring for OVSNeutronAgent constructor Add description of l2_population parameter Change-Id: Iedc9a46c127472a16629e7d2af78db87256c88b1 --- 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