parse with maintainer scripts. This patch fixes that.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
-Last-Update: 2013-12-09
+Last-Update: 2014-03-13
---- neutron-2014.1~b2.orig/etc/l3_agent.ini
-+++ neutron-2014.1~b2/etc/l3_agent.ini
+--- neutron-2014.1~b3.orig/etc/l3_agent.ini
++++ neutron-2014.1~b3/etc/l3_agent.ini
@@ -4,11 +4,9 @@
# L3 requires that an interface driver be set. Choose the one that best
# Use veth for an OVS interface or not.
# Support kernels with limited namespace support
---- neutron-2014.1~b2.orig/etc/neutron.conf
-+++ neutron-2014.1~b2/etc/neutron.conf
+--- neutron-2014.1~b3.orig/etc/neutron.conf
++++ neutron-2014.1~b3/etc/neutron.conf
@@ -50,8 +50,7 @@ lock_path = $state_path/lock
# previous versions, the class name of a plugin can be specified instead of its
# entrypoint name.
# Paste configuration file
# api_paste_config = api-paste.ini
@@ -131,16 +130,16 @@ lock_path = $state_path/lock
- # SSL certification authority file (valid only if SSL enabled)'
+ # SSL certification authority file (valid only if SSL enabled)
# kombu_ssl_ca_certs =
# IP address of the RabbitMQ installation
-# rabbit_host = localhost
# Location of a virtual RabbitMQ installation.
# rabbit_virtual_host = /
# Maximum retries with trying to connect to RabbitMQ
-@@ -320,7 +319,7 @@ notification_driver = neutron.openstack.
+@@ -348,7 +347,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
# =========== items for agent management extension =============
# seconds between nodes reporting state to server; should be less than
-@@ -340,11 +339,10 @@ signing_dir = $state_path/keystone-signi
+@@ -368,11 +367,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-2014.1~b2.orig/etc/lbaas_agent.ini
-+++ neutron-2014.1~b2/etc/lbaas_agent.ini
+--- neutron-2014.1~b3.orig/etc/lbaas_agent.ini
++++ neutron-2014.1~b3/etc/lbaas_agent.ini
@@ -9,11 +9,10 @@
# LBaas requires an interface driver be set. Choose the one that best
# Use veth for an OVS interface or not.
# Support kernels with limited namespace support
---- neutron-2014.1~b2.orig/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
-+++ neutron-2014.1~b2/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
+--- neutron-2014.1~b3.orig/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
++++ neutron-2014.1~b3/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
@@ -30,7 +30,7 @@
# point setting tunnel_type below will be required to enable
# tunneling.
# (ListOpt) Comma-separated list of <physical_network>:<bridge> tuples
# mapping physical network names to the agent's node-specific OVS
-@@ -131,35 +131,4 @@
+@@ -130,36 +130,4 @@
+
[securitygroup]
# Firewall driver for realizing neutron security group function.
- # firewall_driver = neutron.agent.firewall.NoopFirewallDriver
+-# firewall_driver = neutron.agent.firewall.NoopFirewallDriver
-# Example: firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
-
-#-----------------------------------------------------------------------------
-#-----------------------------------------------------------------------------
-#
-# 1. With VLANs on eth1.
--# [OVS]
+-# [ovs]
-# network_vlan_ranges = default:2000:3999
-# tunnel_id_ranges =
-# integration_bridge = br-int
-# bridge_mappings = default:br-eth1
-#
-# 2. With GRE tunneling.
--# [OVS]
+-# [ovs]
-# network_vlan_ranges =
-# tunnel_id_ranges = 1:1000
-# integration_bridge = br-int
-# local_ip = 10.0.0.3
-#
-# 3. With VXLAN tunneling.
--# [OVS]
+-# [ovs]
-# network_vlan_ranges =
-# tenant_network_type = vxlan
-# tunnel_type = vxlan
-# integration_bridge = br-int
-# tunnel_bridge = br-tun
-# local_ip = 10.0.0.3
--# [AGENT]
+-# [agent]
-# tunnel_types = vxlan
+firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
Forwarded: https://review.openstack.org/#/c/52636
Last-Update: 2013-10-22
---- neutron-2013.2.orig/neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py
-+++ neutron-2013.2/neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py
-@@ -52,9 +52,9 @@ def upgrade(active_plugins=None, options
+Index: neutron/neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py
+===================================================================
+--- neutron.orig/neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py 2014-03-13 15:06:43.000000000 +0800
++++ neutron/neutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py 2014-03-13 15:07:13.000000000 +0800
+@@ -56,9 +56,9 @@
return
op.add_column('routers', sa.Column('enable_snat', sa.Boolean(),
def downgrade(active_plugins=None, options=None):
---- neutron-2013.2.orig/neutron/db/migration/alembic_migrations/versions/63afba73813_ovs_tunnelendpoints_id_unique.py
-+++ neutron-2013.2/neutron/db/migration/alembic_migrations/versions/63afba73813_ovs_tunnelendpoints_id_unique.py
-@@ -46,11 +46,27 @@ def upgrade(active_plugins=None, options
+Index: neutron/neutron/db/migration/alembic_migrations/versions/63afba73813_ovs_tunnelendpoints_id_unique.py
+===================================================================
+--- neutron.orig/neutron/db/migration/alembic_migrations/versions/63afba73813_ovs_tunnelendpoints_id_unique.py 2014-03-13 14:49:49.000000000 +0800
++++ neutron/neutron/db/migration/alembic_migrations/versions/63afba73813_ovs_tunnelendpoints_id_unique.py 2014-03-13 15:07:13.000000000 +0800
+@@ -46,11 +46,27 @@
if not migration.should_run(active_plugins, migration_for_plugins):
return
def downgrade(active_plugins=None, options=None):
---- neutron-2013.2.orig/neutron/db/migration/alembic_migrations/versions/f9263d6df56_remove_dhcp_lease.py
-+++ neutron-2013.2/neutron/db/migration/alembic_migrations/versions/f9263d6df56_remove_dhcp_lease.py
-@@ -38,7 +38,42 @@ import sqlalchemy as sa
+Index: neutron/neutron/db/migration/alembic_migrations/versions/f9263d6df56_remove_dhcp_lease.py
+===================================================================
+--- neutron.orig/neutron/db/migration/alembic_migrations/versions/f9263d6df56_remove_dhcp_lease.py 2014-03-13 14:49:49.000000000 +0800
++++ neutron/neutron/db/migration/alembic_migrations/versions/f9263d6df56_remove_dhcp_lease.py 2014-03-13 15:07:13.000000000 +0800
+@@ -38,7 +38,42 @@
def upgrade(active_plugins=None, options=None):
-Description: Fixes the sqlalchemy requirement
- Upstream wrongly restricts SQLAlchemy dependency, while 0.8 is perfectly
- fine with Neutron.
+Description: Fix SQLA requirement
Author: Thomas Goirand <zigo@debian.org>
-Forwarded: no
-Last-Update: 2013-12-02
+Forwarded: not-needed
+Last-Update: 2014-03-13
-Index: neutron/requirements.txt
-===================================================================
---- neutron.orig/requirements.txt 2013-12-09 23:29:38.000000000 +0800
-+++ neutron/requirements.txt 2013-12-09 23:48:24.000000000 +0800
-@@ -18,7 +18,7 @@
+--- neutron-2014.1~b3.orig/requirements.txt
++++ neutron-2014.1~b3/requirements.txt
+@@ -17,7 +17,7 @@ Jinja2
+ kombu>=2.4.8
netaddr>=0.7.6
- psutil>=0.6.1,<1.0
- python-neutronclient>=2.3.0,<3
--SQLAlchemy>=0.7.8,<=0.7.99
+ python-neutronclient>=2.3.4,<3
+-SQLAlchemy>=0.7.8,<=0.8.99
+SQLAlchemy>=0.7.8
- WebOb>=1.2.3,<1.3
- python-keystoneclient>=0.4.1
+ WebOb>=1.2.3
+ python-keystoneclient>=0.6.0
alembic>=0.4.1