Update neutron to 9.0.0.0b1
[openstack-build/neutron-build.git] / xenial / debian / cron.d / neutron-l3-agent-netns-cleanup
diff --git a/xenial/debian/cron.d/neutron-l3-agent-netns-cleanup b/xenial/debian/cron.d/neutron-l3-agent-netns-cleanup
new file mode 100644 (file)
index 0000000..e59205e
--- /dev/null
@@ -0,0 +1,3 @@
+# Periodically cleans Neutron's network namespaces on behalf of the Neutron L3 agent.
+
+0 * * * * neutron if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi