neutron (2013.2-7) UNRELEASED; urgency=low
* neutron-l3-agent & neutron-vpn-agent now conflicts with each other.
+ * Fixed the cron.d files for lbass, dhcp and l3, so that they are on a single
+ line instead of broken lines with \ (this doesn't work otherwise).
-- Thomas Goirand <zigo@debian.org> Mon, 02 Dec 2013 22:39:46 +0800
# 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
+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
# Periodically cleans Neutron's network namespaces on behalf of the Neutron L3 agent.
-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
+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
# Periodically cleans Neutron's network namespaces on behalf of the Neutron LBaaS agent.
-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/lbaas_agent.ini >/dev/null 2>&1; fi
+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/lbaas_agent.ini >/dev/null 2>&1; fi