]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace utils.exec for IpNeighComm LinuxBridge drv
authorLubosz Kosnik <lubosz.kosnik@intel.com>
Wed, 21 Oct 2015 13:50:16 +0000 (15:50 +0200)
committerLubosz Kosnik <lubosz.kosnik@intel.com>
Mon, 26 Oct 2015 14:41:06 +0000 (15:41 +0100)
commit3aae4bd345a57a5692e1d5c9824988e666cb737c
treeb58e5ec07de699d668c5be2067d8062c20254dc2
parent5cdab68528d165a654bf9b5a9822f586e0d51ee4
Replace utils.exec for IpNeighComm LinuxBridge drv

Replace all execution of "ip neigh" command using
utils.exec for ip_lib.IpNeighCommand.(add,delete)
in LinuxBridge driver

Changed multiple which for one and fixed indentations
Closes-Bug: #1311019

Change-Id: I1389941b7df11c089429f1de61eac6d7ea5d0e54
neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py