Build from master with 2014.2.b2
[openstack-build/neutron-build.git] / debian / cron.d / neutron-lbaas-agent-netns-cleanup
index 904c9105eec321b0be94d37fbc5f6f4f52abaaf6..92a4bc8813730abec6b4a7f8652aafe8ec587f47 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/lbaas_agent.ini >/dev/null 2>&1; fi