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

« back to all changes in this revision

Viewing changes to debian/cron.d/quantum-dhcp-agent-netns-cleanup

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2012-09-27 13:19:33 UTC
  • mfrom: (2.1.15)
  • Revision ID: package-import@ubuntu.com-20120927131933-v3dtgdgf0wmd5889
Tags: 2012.2-0ubuntu1
[ Chuck Short ]
* New upstream release. 

[ Adam Gandelman ]
* debian/cron.d/quantum-{l3, dhcp]-agent-netns-cleanup: Schedule hourly
  cleanups of leaked Quantum network namespsaces using the
  quantum-netns-cleanup utility.

Show diffs side-by-side

added added

removed removed

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