Fix patch
[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 @@ -45,7 +45,7 @@ lock_path = $state_path/lock
13  # api_extensions_path =
14  
15  # Neutron plugin provider module
16 -# core_plugin =
17 +core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
18  
19  # Advanced service modules
20  # service_plugins =
21 @@ -295,7 +295,7 @@ notification_driver = neutron.openstack.
22  # Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
23  # root filter facility.
24  # Change to "sudo" to skip the filtering and just run the comand directly
25 -# root_helper = sudo
26 +root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
27  
28  # =========== items for agent management extension =============
29  # seconds between nodes reporting state to server; should be less than
30 @@ -319,7 +319,7 @@ signing_dir = $state_path/keystone-signi
31  # connection = mysql://root:pass@127.0.0.1:3306/neutron
32  # Replace 127.0.0.1 above with the IP address of the database used by the
33  # main neutron server. (Leave it as is if the database runs on this host.)
34 -# connection = sqlite://
35 +connection = sqlite:////var/lib/neutron/neutron.sqlite
36  
37  # The SQLAlchemy connection string used to connect to the slave database
38  # slave_connection =