]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
dependency on openvswitch updated
authorgustavo panizzo <gfa@zumbi.com.ar>
Mon, 2 Dec 2013 15:33:00 +0000 (12:33 -0300)
committergustavo panizzo <gfa@zumbi.com.ar>
Mon, 2 Dec 2013 15:33:00 +0000 (12:33 -0300)
Rewritten-From: a19b4ea0332b03e69105b1f9408d3eae107fc450

xenial/debian/changelog
xenial/debian/control

index 2cf345f193f7b9468c94864ac39c4c4296556672..087c1a264ae8e515a9dc3e0158bf16c100b48bf7 100644 (file)
@@ -1,9 +1,3 @@
-neutron (2013.2-8) UNRELEASED; urgency=low
-
-  * Watch file fixed. 
-
- -- gustavo panizzo <gfa@zumbi.com.ar>  Mon, 02 Dec 2013 12:30:50 -0300
-
 neutron (2013.2-7) UNRELEASED; urgency=low
 
   * neutron-l3-agent & neutron-vpn-agent now conflicts with each other.
@@ -12,6 +6,11 @@ neutron (2013.2-7) UNRELEASED; urgency=low
   * Fixes the sqlalchemy requirements.txt that restricted to SQLAlchemy
     <= 0.7.99.
 
+  [ gustavo panizzo ]
+  * Watch file fixed. 
+  * Dependency on OpenvSwitch has been updated to 1.9, as it required by 
+    the plugin.
+
  -- Thomas Goirand <zigo@debian.org>  Mon, 02 Dec 2013 22:39:46 +0800
 
 neutron (2013.2-6) unstable; urgency=low
index b60c1ed7dd8c209c5a9aa9f388f4fb85984ed0ba..2904f4b8e24cbc6e5ca5a5c9828a93dbac4aa679 100644 (file)
@@ -356,9 +356,9 @@ Description: OpenStack virtual network service - LBaaS agent
 
 Package: neutron-plugin-openvswitch-agent
 Architecture: all
-Pre-Depends: dpkg (>= 1.15.6~), openvswitch-switch
+Pre-Depends: dpkg (>= 1.15.6~), openvswitch-switch (>=1.9)
 Depends: neutron-common (= ${source:Version}),
-         openvswitch-switch,
+         openvswitch-switch (>=1.9),
          sudo,
          ${misc:Depends},
          ${python:Depends},