~ubuntu-branches/ubuntu/quantal/quantum/quantal-proposed

1
2
3
4
5
6
# Periodically cleans Quantum's network namespaces on behalf of the Quantum
# DHCP agent.
30 * * * * quantum if [ -x /usr/bin/quantum-netns-cleanup ] ; then \
                     /usr/bin/quantum-netns-cleanup \
                    --config-file=/etc/quantum/quantum.conf \
                    --config-file=/etc/quantum/dhcp_agent.ini >/dev/null 2>&1; fi