]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVSNeutronAgent pass the config as parameter
authorrossella <rsblendido@suse.com>
Thu, 11 Jun 2015 08:43:36 +0000 (10:43 +0200)
committerrossella <rsblendido@suse.com>
Fri, 12 Jun 2015 10:23:11 +0000 (10:23 +0000)
commit89a83bf199e7ea75c04f3205ff77987feed13184
tree26d83bb901c17f9f097c050b07da8184d7acaedb
parent87cb6cb0adf32194638dcd0800fb1ffea35f40c9
OVSNeutronAgent pass the config as parameter

Instead of using the global cfg.CONF, pass the config as parameter.
This is very useful to test the agent without having to override
the global config.

Change-Id: I45534d79e044da9f2be4d596a58310fb28b7bf22
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py