]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Activates tunnel_type = gre by default.
authorThomas Goirand <thomas@goirand.fr>
Wed, 2 Apr 2014 06:48:02 +0000 (14:48 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 2 Apr 2014 06:48:02 +0000 (14:48 +0800)
Change-Id: I28b76e09cbc073783ca5be55eb8a52d37314ec64

Rewritten-From: 5fb1da0fed64d632810efa854683350972154e8b

trusty/debian/patches/better-config-default.patch

index cc2752c9144c54632c2c465f1abfd95b7f02ea79..11ec686c07823fc3ab9b4b039247420e140552b1 100644 (file)
@@ -3,7 +3,7 @@ Description: Better config default
  parse with maintainer scripts. This patch fixes that.
 Author: Thomas Goirand <zigo@debian.org>
 Forwarded: no
-Last-Update: 2014-04-01
+Last-Update: 2014-04-02
 
 --- neutron-2014.1~rc1.orig/etc/l3_agent.ini
 +++ neutron-2014.1~rc1/etc/l3_agent.ini
@@ -101,7 +101,7 @@ Last-Update: 2014-04-01
  # Support kernels with limited namespace support
 --- neutron-2014.1~rc1.orig/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
 +++ neutron-2014.1~rc1/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
-@@ -30,7 +30,7 @@
+@@ -30,22 +30,22 @@
  #          point setting tunnel_type below will be required to enable
  #          tunneling.
  #
@@ -110,7 +110,14 @@ Last-Update: 2014-04-01
  
  # (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
-@@ -44,8 +44,8 @@
+ # the option enable_tunneling is set, this will default to 'gre'.
+ #
+-# tunnel_type =
+ # Example: tunnel_type = gre
+ # Example: tunnel_type = vxlan
++tunnel_type = gre
+ # (ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples
  # enumerating ranges of GRE or VXLAN tunnel IDs that are available for
  # tenant network allocation if tenant_network_type is 'gre' or 'vxlan'.
  #