Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package neutron. The only change in this upload is the addition of the conntrack package to the neutron-l3-agent package. This went unoticed because I don't do setups with l3-agent on a single node on my test envs. Please unblock neutron/2014.1.3-12. Debdiff attached. Cheers, Thomas Goirand (zigo)
diff -Nru neutron-2014.1.3/debian/changelog neutron-2014.1.3/debian/changelog --- neutron-2014.1.3/debian/changelog 2015-01-08 15:35:33.000000000 +0000 +++ neutron-2014.1.3/debian/changelog 2015-01-11 22:58:09.000000000 +0000 @@ -1,3 +1,9 @@ +neutron (2014.1.3-12) unstable; urgency=medium + + * Added conntrack as dependency of neutron-l3-agent (Closes: #775133). + + -- Thomas Goirand <z...@debian.org> Sun, 11 Jan 2015 23:56:26 +0100 + neutron (2014.1.3-11) unstable; urgency=medium * Use separate debconf variables for the metadata server (Closes: #774788). diff -Nru neutron-2014.1.3/debian/control neutron-2014.1.3/debian/control --- neutron-2014.1.3/debian/control 2015-01-08 15:35:33.000000000 +0000 +++ neutron-2014.1.3/debian/control 2015-01-11 22:58:09.000000000 +0000 @@ -100,6 +100,7 @@ quantum-plugin-ryu (<< 2013), quantum-plugin-ryu-agent (<< 2013) Depends: alembic (>= 0.4.1), + conntrack, python-amqplib, python-anyjson (>= 0.3.3), python-babel (>= 1.3),