* 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).
+ * Fixes the sqlalchemy requirements.txt that restricted to SQLAlchemy
+ <= 0.7.99.
-- Thomas Goirand <zigo@debian.org> Mon, 02 Dec 2013 22:39:46 +0800
--- /dev/null
+Description: Fixes the sqlalchemy requirement
+ Upstream wrongly restricts SQLAlchemy dependency, while 0.8 is perfectly
+ fine with Neutron.
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2013-12-02
+
+--- neutron-2013.2.orig/requirements.txt
++++ neutron-2013.2/requirements.txt
+@@ -17,7 +17,7 @@ Jinja2
+ kombu>=2.4.8
+ netaddr
+ python-neutronclient>=2.3.0,<3
+-SQLAlchemy>=0.7.8,<=0.7.99
++SQLAlchemy>=0.7.8
+ WebOb>=1.2.3,<1.3
+ python-keystoneclient>=0.3.2
+ alembic>=0.4.1