upstream/openstack/python-neutron/python-neutron_meta-cloud-services/neutron-dhcp-agent-netns-cleanup.cron
Dean Troyer 9d3ca49387 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:37:19 -07:00

3 lines
298 B
Plaintext

# Periodically cleans Neutron's network namespaces on behalf of the Neutron DHCP agent.
30 * * * * neutron if [ -x @bindir@/neutron-netns-cleanup ] ; then @bindir@/neutron-netns-cleanup --config-file=@confdir@/neutron/neutron.conf --config-file=@confdir@/neutron/dhcp_agent.ini >/dev/null 2>&1; fi