4b4780b7f6bb4f90449f3b8e6441054c37387021
[openstack-build/neutron-build.git] / debian / patches / fix-quantum-configuration.patch
1 --- a/etc/neutron.conf
2 +++ b/etc/neutron.conf
3 @@ -7,7 +7,7 @@
4
5  # Where to store Neutron state files.  This directory must be writable by the
6  # user executing the agent.
7 -# state_path = /var/lib/neutron
8 +state_path = /var/lib/neutron
9
10  # Where to store lock files
11  lock_path = $state_path/lock
12 @@ -50,7 +50,7 @@
13  # previous versions, the class name of a plugin can be specified instead of its
14  # entrypoint name.
15  #
16 -# core_plugin =
17 +core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
18  # Example: core_plugin = ml2
19
20  # (ListOpt) List of service plugin entrypoints to be loaded from the
21 @@ -490,6 +490,7 @@
22  # root filter facility.
23  # Change to "sudo" to skip the filtering and just run the comand directly
24  # root_helper = sudo
25 +root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
26
27  # =========== items for agent management extension =============
28  # seconds between nodes reporting state to server; should be less than
29 @@ -512,7 +513,7 @@
30  # connection = mysql://root:pass@127.0.0.1:3306/neutron
31  # Replace 127.0.0.1 above with the IP address of the database used by the
32  # main neutron server. (Leave it as is if the database runs on this host.)
33 -# connection = sqlite://
34 +connection = sqlite:////var/lib/neutron/neutron.sqlite
35  # NOTE: In deployment the [database] section and its connection attribute may
36  # be set in the corresponding core plugin '.ini' file. However, it is suggested
37  # to put the [database] section and its connection attribute in this