]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Call iptables without absolute path.
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Wed, 24 Oct 2012 13:14:06 +0000 (22:14 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Wed, 24 Oct 2012 14:27:20 +0000 (23:27 +0900)
commit84d60f5fd477237bd856b97b9970dd796b10647e
tree056f94ddcc55747ae0e72f622a8426a7058f1b56
parenta5c1c89aa1cc9bbc69beae6cb37ea76faec708d3
Call iptables without absolute path.

Fixes bug 1069966

rootwrap expects the command name is not absolute. We need to call
the command without path to make rootwrap work well.

Change-Id: I6120103908d10ca257d177a320294de06a89c646
quantum/agent/linux/iptables_manager.py
quantum/tests/unit/test_iptables_manager.py