os-vif/vif_plug_linux_bridge
Sean Mooney 54172168e2 remove use of contextlib and with nested
- The use of contextlib and "with nested" statements are deprecated.
- This change remove the deprecation warning by refactoring all
  unit test that used "with neted" statements to create mocks via
  with the decorator syntax.
- This chage removes all depencies on contexlib.

trivial_fix

Change-Id: I6d929e59306f9289f717fff3fb79542e804396b6
2016-11-22 23:09:46 +00:00
..
tests remove use of contextlib and with nested 2016-11-22 23:09:46 +00:00
__init__.py import linux bridge plugin implementation 2016-02-16 11:06:59 +00:00
iptables.py linux_bridge: convert over to use privsep module 2016-04-04 12:42:16 +01:00
linux_bridge.py Add MTU to Network model and use it in plugging 2016-09-15 13:16:32 +00:00
linux_net.py Check for concurrent bridge creation in bridge add 2016-08-26 23:52:29 +00:00
privsep.py linux_bridge: convert over to use privsep module 2016-04-04 12:42:16 +01:00