neutron/neutron/tests/unit/ml2/drivers
Ihar Hrachyshka c0db9c23e3 Configure agents using neutron.common.config.init (formerly .parse)
After oslo.messaging port is done, we'll need to initialize RPC layer
from all RPC agents. We'll put initialization into init() function, so
the first step for migration is to make agents use it.

The function is renamed to be explicit about the fact that we don't just
parse configuration by calling it, but also do other common
initializations, like setting RPC layer.

blueprint oslo-messaging

Change-Id: I71c62f270ac7a1ff1426a3f49a32133b65580e35
2014-06-17 21:56:24 +02:00
..
brocade Remove individual cfg.CONF.resets from tests 2014-03-17 12:34:56 -04:00
cisco Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
__init__.py Initial Modular L2 Mechanism Driver implementation. 2013-07-10 18:16:03 -07:00
mechanism_bulkless.py Base ML2 bulk support on the loaded drivers 2014-02-04 22:35:01 -08:00
mechanism_logger.py ML2: Remove validate_port_binding() and unbind_port() 2014-03-20 10:03:46 -04:00
mechanism_test.py ML2: ODL driver sets port status 2014-04-03 20:50:45 -04:00
test_arista_mechanism_driver.py Fixing Arista CLI command 2014-04-01 19:01:50 -07:00
test_bigswitch_mech.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_l2population.py Added RpcProxy class 2014-06-09 16:42:47 +02:00
test_mech_mlnx.py Add physical_network to binding:vif_details dictionary 2014-04-28 10:55:29 +03:00
test_ofagent_mech.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00