]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move agent cleanup scripts to cmd module
authorarmando-migliaccio <armamig@gmail.com>
Fri, 9 Jan 2015 18:02:19 +0000 (10:02 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 14 Jan 2015 18:01:44 +0000 (10:01 -0800)
commitd05b9790e84e95e256947216572ad67807ae064a
tree0db55351533b7c94259cf72a2baa19ccf47dd9bd
parentefe5e47e03fd9743044ff329efa172498f23f3d3
Move agent cleanup scripts to cmd module

Ensure naming consistency across the various entry points.

This patch better separates active elements of Neutron agents from
operator's utilities.

Along with [1,2,3], this is done to better delineate what the agent
module inner boundaries are about. More to follow to finish off the
cleanup.

[1] https://review.openstack.org/#/c/146024/
[2] https://review.openstack.org/#/c/145979/
[3] https://review.openstack.org/#/c/146239/

Change-Id: I1d2d2938aa7fa1c60e0f0dc70997778a1930efef
neutron/cmd/netns_cleanup.py [moved from neutron/agent/netns_cleanup_util.py with 100% similarity]
neutron/cmd/ovs_cleanup.py [moved from neutron/agent/ovs_cleanup_util.py with 100% similarity]
neutron/tests/unit/test_netns_cleanup.py [moved from neutron/tests/unit/test_agent_netns_cleanup.py with 99% similarity]
neutron/tests/unit/test_ovs_cleanup.py [moved from neutron/tests/unit/test_agent_ovs_cleanup.py with 97% similarity]
setup.cfg