Add Neutron 2015.1 for Ubuntu 14.04
[openstack-build/neutron-build.git] / debian / cron.d / neutron-lbaas-agent-netns-cleanup
diff --git a/debian/cron.d/neutron-lbaas-agent-netns-cleanup b/debian/cron.d/neutron-lbaas-agent-netns-cleanup
deleted file mode 100644 (file)
index 92a4bc8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# vim: set filetype=crontab:
-# 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/lbaas_agent.ini >/dev/null 2>&1; fi