From: Thomas Goirand Date: Fri, 20 Sep 2013 10:11:32 +0000 (+0800) Subject: Added debian/patches/fix-a-valid-default-for-interface_driver.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=27cce06b219926e8576327f0f19404aa65ea1d45;p=openstack-build%2Fneutron-build.git Added debian/patches/fix-a-valid-default-for-interface_driver.patch --- diff --git a/debian/patches/fix-a-valid-default-for-interface_driver.patch b/debian/patches/fix-a-valid-default-for-interface_driver.patch new file mode 100644 index 000000000..8b43b2bbe --- /dev/null +++ b/debian/patches/fix-a-valid-default-for-interface_driver.patch @@ -0,0 +1,26 @@ +Description: Fix a valid default for interface_driver +Author: Thomas Goirand +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 diff --git a/debian/patches/series b/debian/patches/series index 385c8b781..83a6467ab 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ better-config-default.patch +fix-a-valid-default-for-interface_driver.patch