X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcron.d%2Fneutron-lbaas-agent-netns-cleanup;fp=debian%2Fcron.d%2Fneutron-lbaas-agent-netns-cleanup;h=0000000000000000000000000000000000000000;hb=3650bade146bf59a7828feda89ddb602dfea6047;hp=92a4bc8813730abec6b4a7f8652aafe8ec587f47;hpb=0bcbc79c7893e3a69ff8bb600e44ec71fa8ae713;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 deleted file mode 100644 index 92a4bc881..000000000 --- a/debian/cron.d/neutron-lbaas-agent-netns-cleanup +++ /dev/null @@ -1,4 +0,0 @@ -# vim: set filetype=crontab: -# 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