Set tests for packtest to neutron-gre
[openstack-build/neutron-build.git] / debian / cron.d / neutron-l3-agent-netns-cleanup
1 # vim: set filetype=crontab:
2 # Periodically cleans Neutron's network namespaces on behalf of the Neutron
3 # L3 agent.
4 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