]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added debian/patches/fix-a-valid-default-for-interface_driver.patch
authorThomas Goirand <thomas@goirand.fr>
Fri, 20 Sep 2013 10:11:32 +0000 (18:11 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 20 Sep 2013 10:11:32 +0000 (18:11 +0800)
Rewritten-From: 27cce06b219926e8576327f0f19404aa65ea1d45

xenial/debian/patches/fix-a-valid-default-for-interface_driver.patch [new file with mode: 0644]
xenial/debian/patches/series

diff --git a/xenial/debian/patches/fix-a-valid-default-for-interface_driver.patch b/xenial/debian/patches/fix-a-valid-default-for-interface_driver.patch
new file mode 100644 (file)
index 0000000..8b43b2b
--- /dev/null
@@ -0,0 +1,26 @@
+Description: Fix a valid default for interface_driver
+Author: Thomas Goirand <zigo@debian.org>
+Last-Update: 2013-09-20
+
+--- neutron-2013.2~b3.orig/etc/l3_agent.ini
++++ neutron-2013.2~b3/etc/l3_agent.ini
+@@ -8,7 +8,7 @@
+ # Example of interface_driver option for OVS based plugins (OVS, Ryu, NEC)
+ # that supports L3 agent
+-# interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
++interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
+ # Use veth for an OVS interface or not.
+ # Support kernels with limited namespace support
+--- neutron-2013.2~b3.orig/etc/lbaas_agent.ini
++++ neutron-2013.2~b3/etc/lbaas_agent.ini
+@@ -13,7 +13,7 @@
+ # Example of interface_driver option for OVS based plugins (OVS, Ryu, NEC, NVP,
+ # BigSwitch/Floodlight)
+-# interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
++interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
+ # Use veth for an OVS interface or not.
+ # Support kernels with limited namespace support
index 385c8b78109cfc57c67fa73447bbd44e6398e443..83a6467ab5f0fc9b38aa75da2aac97a2021a202d 100644 (file)
@@ -1 +1,2 @@
 better-config-default.patch
+fix-a-valid-default-for-interface_driver.patch