Update DEB-specs to 2013.2 version
[openstack-build/neutron-build.git] / debian / cron.d / quantum-l3-agent-netns-cleanup
diff --git a/debian/cron.d/quantum-l3-agent-netns-cleanup b/debian/cron.d/quantum-l3-agent-netns-cleanup
deleted file mode 100644 (file)
index edb18b6..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# vim: set filetype=crontab:
-# Periodically cleans Quantum's network namespaces on behalf of the Quantum
-# L3 agent.
-0 * * * * quantum if [ -x /usr/bin/quantum-netns-cleanup ] ; then /usr/bin/quantum-netns-cleanup --config-file=/etc/quantum/quantum.conf --config-file=/etc/quantum/l3_agent.ini >/dev/null 2>&1; fi