Update specs for the latest stable/kilo sources
[openstack-build/neutron-build.git] / trusty / debian / patches / fix-neutron-configuration.patch
1 --- a/etc/neutron.conf
2 +++ b/etc/neutron.conf
3 @@ -60,7 +60,7 @@ lock_path = $state_path/lock
4  # previous versions, the class name of a plugin can be specified instead of its
5  # entrypoint name.
6  #
7 -# core_plugin =
8 +core_plugin = ml2
9  # Example: core_plugin = ml2
10  
11  # (ListOpt) List of service plugin entrypoints to be loaded from the
12 @@ -613,7 +613,7 @@ lock_path = $state_path/lock
13  # Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
14  # root filter facility.
15  # Change to "sudo" to skip the filtering and just run the command directly
16 -# root_helper = sudo
17 +root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
18  
19  # Set to true to add comments to generated iptables rules that describe
20  # each rule's purpose. (System must support the iptables comments module.)
21 @@ -650,7 +650,7 @@ admin_password = %SERVICE_PASSWORD%
22  [database]
23  # This line MUST be changed to actually run the plugin.
24  # Example:
25 -# connection = mysql://root:pass@127.0.0.1:3306/neutron
26 +connection = sqlite:////var/lib/neutron/neutron.sqlite
27  # Replace 127.0.0.1 above with the IP address of the database used by the
28  # main neutron server. (Leave it as is if the database runs on this host.)
29  # connection = sqlite://