X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcron.d%2Fneutron-l3-agent-netns-cleanup;fp=trusty%2Fdebian%2Fcron.d%2Fneutron-l3-agent-netns-cleanup;h=e59205e693cd0c9ffe75e279c4498bd169a56a58;hb=33f494780fed13daabda23be6ceef83210e1d403;hp=8e4f1ad2a287e32495813f860bd749114b0c683f;hpb=54c2ba6a6661f3214775d91c5755c37c685574a4;p=openstack-build%2Fneutron-build.git diff --git a/trusty/debian/cron.d/neutron-l3-agent-netns-cleanup b/trusty/debian/cron.d/neutron-l3-agent-netns-cleanup index 8e4f1ad2a..e59205e69 100644 --- a/trusty/debian/cron.d/neutron-l3-agent-netns-cleanup +++ b/trusty/debian/cron.d/neutron-l3-agent-netns-cleanup @@ -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