3cc6c26e5ee150d3bdc4c925b89762b2324879c3
[openstack-build/neutron-build.git] / trusty / debian / patches / defaults-closer-to-install-guide.patch
1 Description: Default closer to install-guide
2  In order to simplify the install procedure in the install-guide, this patch
3  makes defaults closer to what the guide is proposing, making the customization
4  a lot more easy and fast.
5 Author: Thomas Goirand <zigo@debian.org>
6 Forwarded: no
7 Last-Update: 2014-10-23
8
9 Index: neutron/etc/l3_agent.ini
10 ===================================================================
11 --- neutron.orig/etc/l3_agent.ini       2015-02-09 20:14:20.000000000 +0100
12 +++ neutron/etc/l3_agent.ini    2015-02-10 14:44:50.000000000 +0100
13 @@ -20,7 +20,7 @@
14  
15  # Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and
16  # iproute2 package that supports namespaces).
17 -# use_namespaces = True
18 +use_namespaces = True
19  
20  # If use_namespaces is set as False then the agent can only configure one router.
21  
22 @@ -43,7 +43,7 @@
23  # Name of bridge used for external network traffic. This should be set to
24  # empty value for the linux bridge. when this parameter is set, each L3 agent
25  # can be associated with no more than one external network.
26 -# external_network_bridge = br-ex
27 +external_network_bridge = br-ex
28  
29  # TCP Port used by Neutron metadata server
30  # metadata_port = 9697
31 Index: neutron/etc/dhcp_agent.ini
32 ===================================================================
33 --- neutron.orig/etc/dhcp_agent.ini     2015-02-09 20:13:12.000000000 +0100
34 +++ neutron/etc/dhcp_agent.ini  2015-02-10 14:44:50.000000000 +0100
35 @@ -9,11 +9,10 @@
36  
37  # The DHCP agent requires an interface driver be set. Choose the one that best
38  # matches your plugin.
39 -# interface_driver =
40 -
41 +# 
42  # Example of interface_driver option for OVS based plugins(OVS, Ryu, NEC, NVP,
43  # BigSwitch/Floodlight)
44 -# interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
45 +interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
46  
47  # Name of Open vSwitch bridge to use
48  # ovs_integration_bridge = br-int
49 @@ -28,11 +27,11 @@
50  
51  # The agent can use other DHCP drivers.  Dnsmasq is the simplest and requires
52  # no additional setup of the DHCP server.
53 -# dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
54 +dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
55  
56  # Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and
57  # iproute2 package that supports namespaces).
58 -# use_namespaces = True
59 +use_namespaces = True
60  
61  # The DHCP server can assist with providing metadata support on isolated
62  # networks. Setting this value to True will cause the DHCP server to append