From be9e09736c99705116fc770e95f5c32bda5643cf Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 20 Sep 2013 18:11:32 +0800 Subject: [PATCH] Added debian/patches/fix-a-valid-default-for-interface_driver.patch Rewritten-From: 27cce06b219926e8576327f0f19404aa65ea1d45 --- ...a-valid-default-for-interface_driver.patch | 26 +++++++++++++++++++ trusty/debian/patches/series | 1 + 2 files changed, 27 insertions(+) create mode 100644 trusty/debian/patches/fix-a-valid-default-for-interface_driver.patch diff --git a/trusty/debian/patches/fix-a-valid-default-for-interface_driver.patch b/trusty/debian/patches/fix-a-valid-default-for-interface_driver.patch new file mode 100644 index 000000000..8b43b2bbe --- /dev/null +++ b/trusty/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/trusty/debian/patches/series b/trusty/debian/patches/series index 385c8b781..83a6467ab 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -1 +1,2 @@ better-config-default.patch +fix-a-valid-default-for-interface_driver.patch -- 2.45.2