]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove from BridgeDevice homemade execute in namespace
authorCedric Brandily <zzelle@gmail.com>
Fri, 8 May 2015 22:52:29 +0000 (00:52 +0200)
committerCedric Brandily <zzelle@gmail.com>
Sat, 9 May 2015 12:18:27 +0000 (14:18 +0200)
commit6d15bf48ee27ceab64e88f81ba6433058313759a
tree45f46a959f97f20c6f8aee1bdf76805ad85b58ec
parentc7d906f3ca23e6f6cf1fd5f2219fb5bd7e96fe80
Remove from BridgeDevice homemade execute in namespace

Currently BridgeDevice[1] defines homemade execute with namespace
support but could use IPWrapper. This change replaces homemade
implementation with IPWrapper use to respect DRY principle.

[1] neutron.agent.linux.bridge_lib

Change-Id: I12d4d40432e57ce8b6960276c41321c1efd98705
neutron/agent/linux/bridge_lib.py
neutron/tests/unit/agent/linux/test_bridge_lib.py