neutron/neutron/agent/linux
Carl Baldwin 7336f3bd27 Optionally delete namespaces when they are no longer needed
Adds a configuration option to tell the network agents to delete
namespaces when they are no longer in use.  The option defaults to
False so that the agent will not attempt to delete namespaces in
environments where this is not safe.

This has been working well in deployments where iproute2 has been
patched with commit 58a3e8270fe72f8ed92687d3a3132c2a708582dd or it is
new enough to include it without being patched.

Change-Id: Ice5242c6f0446d16aaaa7ee353d674310297ef72
Closes-Bug: #1250596
Related-Bug: #1052535
2013-11-19 21:05:57 +00:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
async_process.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
daemon.py Merge "Change daemon Pidfile class to not use root_helper" 2013-09-19 21:21:12 +00:00
dhcp.py Optionally delete namespaces when they are no longer needed 2013-11-19 21:05:57 +00:00
external_process.py Change daemon Pidfile class to not use root_helper 2013-09-10 13:04:14 -04:00
interface.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ip_lib.py Merge "use proxy mode on vxlan interface only when l2-population is activated" 2013-10-16 15:31:21 +00:00
iptables_firewall.py Implement Allowed Address Pairs 2013-09-05 03:53:59 -07:00
iptables_manager.py Refactor configuring of floating ips on a router 2013-11-06 08:24:30 +00:00
ovs_lib.py Don't shadow str 2013-11-09 23:48:10 -08:00
ovsdb_monitor.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
polling.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
utils.py Add support for managing async processes 2013-10-14 07:20:02 +00:00