Build from master with 2014.2.b2
[openstack-build/neutron-build.git] / debian / cron.d / neutron-l3-agent-netns-cleanup
index 3bd5a164b17a058cc3b8857f935b33005b246596..8e4f1ad2a287e32495813f860bd749114b0c683f 100644 (file)
@@ -1,4 +1,4 @@
 # vim: set filetype=crontab:
-# Periodically cleans Quantum's network namespaces on behalf of the Quantum
+# 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