X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcron.d%2Fneutron-lbaas-agent-netns-cleanup;h=92a4bc8813730abec6b4a7f8652aafe8ec587f47;hb=refs%2Fchanges%2F03%2F903%2F2;hp=904c9105eec321b0be94d37fbc5f6f4f52abaaf6;hpb=41c661dde15aa2524a423ced2815671886af8f36;p=openstack-build%2Fneutron-build.git diff --git a/debian/cron.d/neutron-lbaas-agent-netns-cleanup b/debian/cron.d/neutron-lbaas-agent-netns-cleanup index 904c9105e..92a4bc881 100644 --- a/debian/cron.d/neutron-lbaas-agent-netns-cleanup +++ b/debian/cron.d/neutron-lbaas-agent-netns-cleanup @@ -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