]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove ebtables_driver/manager dead code
authorCedric Brandily <zzelle@gmail.com>
Tue, 8 Sep 2015 15:23:49 +0000 (15:23 +0000)
committerCedric Brandily <zzelle@gmail.com>
Tue, 8 Sep 2015 15:24:28 +0000 (15:24 +0000)
commitb62b92da9b9dbba953573bc212279c719e08f3ef
tree51f87a9f24e4417182712f474e11096f4c5905f5
parentdbe420c2b79f0df07f607d847f2f94c1cecc4eba
Remove ebtables_driver/manager dead code

Previous changes[1] have been merged as enablers[2] to fix the bug
1274034 but an alternative solution has been choosen and now we can
consider the introduced code as dead code.

This changes removes [2], associated tests and rootwrap filters.

[1] I9ef57a86b1a1c1fa4ba1a034c920f23cb40072c0
    I3c66e92cbe8883dcad843ad243388def3a96dbe5
[2] neutron.agent.linux.ebtables_driver
    neutron.agent.linux.ebtables_manager

Closes-Bug: #1493422
Related-Bug: #1274034
Change-Id: I61e38fc0d8cf8e79252aabc19a70240be57e4a32
etc/neutron/rootwrap.d/ebtables.filters
neutron/agent/linux/ebtables_driver.py [deleted file]
neutron/agent/linux/ebtables_manager.py [deleted file]
neutron/tests/functional/agent/linux/test_ebtables_driver.py [deleted file]
neutron/tests/unit/agent/linux/test_ebtables_driver.py [deleted file]
neutron/tests/unit/agent/linux/test_ebtables_manager.py [deleted file]