parse with maintainer scripts. This patch fixes that.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
-Last-Update: 2013-11-27
+Last-Update: 2013-12-09
---- neutron-2013.2.orig/etc/l3_agent.ini
-+++ neutron-2013.2/etc/l3_agent.ini
-@@ -8,7 +8,7 @@
+--- neutron-2014.1~b1.orig/etc/l3_agent.ini
++++ neutron-2014.1~b1/etc/l3_agent.ini
+@@ -4,11 +4,9 @@
+ # L3 requires that an interface driver be set. Choose the one that best
+ # matches your plugin.
+-# interface_driver =
+-
# Example of interface_driver option for OVS based plugins (OVS, Ryu, NEC)
# that supports L3 agent
-# interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
# Use veth for an OVS interface or not.
# Support kernels with limited namespace support
---- neutron-2013.2.orig/etc/neutron.conf
-+++ neutron-2013.2/etc/neutron.conf
-@@ -45,7 +45,7 @@ lock_path = $state_path/lock
+--- neutron-2014.1~b1.orig/etc/neutron.conf
++++ neutron-2014.1~b1/etc/neutron.conf
+@@ -45,10 +45,10 @@ lock_path = $state_path/lock
# api_extensions_path =
# Neutron plugin provider module
+core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
# Advanced service modules
- # service_plugins =
+-# service_plugins =
++service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
+
+ # Paste configuration file
+ # api_paste_config = api-paste.ini
@@ -119,16 +119,16 @@ lock_path = $state_path/lock
# SSL certification authority file (valid only if SSL enabled)'
# kombu_ssl_ca_certs =
# Location of a virtual RabbitMQ installation.
# rabbit_virtual_host = /
# Maximum retries with trying to connect to RabbitMQ
-@@ -294,7 +294,7 @@ notification_driver = neutron.openstack.
+@@ -299,7 +299,7 @@ notification_driver = neutron.openstack.
# Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
# root filter facility.
# Change to "sudo" to skip the filtering and just run the comand directly
+root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
# =========== items for agent management extension =============
- # seconds between nodes reporting state to server, should be less than
-@@ -314,11 +314,10 @@ signing_dir = $state_path/keystone-signi
+ # seconds between nodes reporting state to server; should be less than
+@@ -319,11 +319,10 @@ signing_dir = $state_path/keystone-signi
[database]
# This line MUST be changed to actually run the plugin.
# The SQLAlchemy connection string used to connect to the slave database
# slave_connection =
---- neutron-2013.2.orig/etc/lbaas_agent.ini
-+++ neutron-2013.2/etc/lbaas_agent.ini
-@@ -13,7 +13,7 @@
+--- neutron-2014.1~b1.orig/etc/lbaas_agent.ini
++++ neutron-2014.1~b1/etc/lbaas_agent.ini
+@@ -9,11 +9,10 @@
+
+ # LBaas requires an interface driver be set. Choose the one that best
+ # matches your plugin.
+-# interface_driver =
# Example of interface_driver option for OVS based plugins (OVS, Ryu, NEC, NVP,
# BigSwitch/Floodlight)
# Use veth for an OVS interface or not.
# Support kernels with limited namespace support
---- neutron-2013.2.orig/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
-+++ neutron-2013.2/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
+--- neutron-2014.1~b1.orig/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
++++ neutron-2014.1~b1/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
@@ -30,7 +30,7 @@
# point setting tunnel_type below will be required to enable
# tunneling.
#
-# enable_tunneling = False
-+enable_tunneling = False
++enable_tunneling = True
# (StrOpt) The type of tunnel network, if any, supported by the plugin. If
# this is set, it will cause tunneling to be enabled. If this is not set and
# (ListOpt) Comma-separated list of <physical_network>:<bridge> tuples
# mapping physical network names to the agent's node-specific OVS
-@@ -123,30 +123,5 @@
+@@ -130,24 +130,4 @@
[securitygroup]
# Firewall driver for realizing neutron security group function.
-#-----------------------------------------------------------------------------
-#
-# 1. With VLANs on eth1.
--# [database]
--# connection = mysql://root:nova@127.0.0.1:3306/ovs_neutron
-# [OVS]
-# network_vlan_ranges = default:2000:3999
-# tunnel_id_ranges =
-# integration_bridge = br-int
-# bridge_mappings = default:br-eth1
--# [AGENT]
--# Add the following setting, if you want to log to a file
-#
-# 2. With tunneling.
--# [database]
--# connection = mysql://root:nova@127.0.0.1:3306/ovs_neutron
-# [OVS]
-# network_vlan_ranges =
-# tunnel_id_ranges = 1:1000
-# integration_bridge = br-int
-# tunnel_bridge = br-tun
-# local_ip = 10.0.0.3
-+# Example: firewall_driver = neutron.agent.firewall.NoopFirewallDriver
+firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver