neutron/neutron
Isaku Yamahata 748d4fdaf6 test_l3_plugin: L3AgentDbInteTestCase L3AgentDbSepTestCase fails
L3AgentDbInteTestCase and L3AgentDbSepTestCase fails when they are run
independently without other test case. something like
tox -e py27 neutron.tests.unit.test_l3_plugin
It's because necessary oslo.config options aren't properly initialized
when instantiating service plugin.
Initialize config before instantiating plugin.

Change-Id: Ic6dd28e3caf8b9e3322bf2df99e67adb138cb234
Closes-Bug: #1350252
2014-07-30 19:32:31 +09:00
..
agent Check that router info is set before calling _update_arp_entry 2014-07-29 20:34:01 +00:00
api RPC additions to support DVR 2014-07-17 11:45:45 -07:00
cmd Fix spelling mistake in the log message 2014-07-21 08:03:11 +00:00
common Merge "Log methods using rpc communcation" 2014-07-24 19:09:57 +00:00
db Merge "Race condition of L3-agent to add/remove routers" 2014-07-30 06:02:57 +00:00
debug Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
extensions Merge "ML2 additions to support DVR" 2014-07-29 01:12:03 +00:00
hacking Add missing translation support 2014-05-19 12:16:56 +02:00
locale Imported Translations from Transifex 2014-07-22 06:07:08 +00:00
notifiers Merge "Use list copy for events in nova notifier" 2014-06-12 13:30:08 +00:00
openstack sync periodic_task fix from incubator 2014-07-03 15:46:10 +01:00
plugins Merge "Make dvr_vmarp_table_update call conditional to dvr extension" 2014-07-30 08:24:13 +00:00
scheduler Race condition of L3-agent to add/remove routers 2014-07-29 01:52:18 -07:00
server Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
services Fix deprecated opt in haproxy driver 2014-07-29 13:42:11 +02:00
tests test_l3_plugin: L3AgentDbInteTestCase L3AgentDbSepTestCase fails 2014-07-30 19:32:31 +09:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
auth.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
context.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
hooks.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
manager.py Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
neutron_plugin_base_v2.py Renamed start_rpc_listener -> start_rpc_listeners 2014-06-19 12:58:01 +02:00
policy.py Allow to import _LC, _LE, _LI and _LW functions directly 2014-07-17 14:56:19 +00:00
quota.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
service.py Moved rpc_compat.py code back into rpc.py 2014-06-24 10:35:39 +02:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
wsgi.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00