Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / cron.d / neutron-l3-agent-netns-cleanup
index 8e4f1ad2a287e32495813f860bd749114b0c683f..e59205e693cd0c9ffe75e279c4498bd169a56a58 100644 (file)
@@ -1,4 +1,3 @@
-# vim: set filetype=crontab:
-# Periodically cleans Neutron's network namespaces on behalf of the Neutron
-# L3 agent.
+# 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