X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcron.d%2Fneutron-dhcp-agent-netns-cleanup;h=826dbd74a5d3b5fbd74fc4e9e16711353f8181a9;hb=refs%2Fchanges%2F03%2F903%2F2;hp=e1ee6e9cbb507a3c81cb19b0f71601031805522e;hpb=b8c751c0e66c4006e2ab2068726acb8cfa62a030;p=openstack-build%2Fneutron-build.git diff --git a/debian/cron.d/neutron-dhcp-agent-netns-cleanup b/debian/cron.d/neutron-dhcp-agent-netns-cleanup index e1ee6e9cb..826dbd74a 100644 --- a/debian/cron.d/neutron-dhcp-agent-netns-cleanup +++ b/debian/cron.d/neutron-dhcp-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 # DHCP agent. 30 * * * * neutron if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini >/dev/null 2>&1; fi