Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / cron.d / neutron-lbaas-agent-netns-cleanup
index 92a4bc8813730abec6b4a7f8652aafe8ec587f47..f7595b75b26804c9714fb1a7d0e7029fc5d02635 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 LBaaS 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