Build from master with 2014.2.b2
[openstack-build/neutron-build.git] / debian / patches / fix-neutron-configuration.patch
1 diff --git a/etc/neutron.conf b/etc/neutron.conf
2 index 31977a8..62a0e14 100644
3 --- a/etc/neutron.conf
4 +++ b/etc/neutron.conf
5 @@ -50,7 +50,7 @@ lock_path = $state_path/lock
6  # previous versions, the class name of a plugin can be specified instead of its
7  # entrypoint name.
8  #
9 -# core_plugin =
10 +core_plugin = ml2
11  # Example: core_plugin = ml2
12  
13  # (ListOpt) List of service plugin entrypoints to be loaded from the
14 @@ -389,7 +389,7 @@ notification_driver = neutron.openstack.common.notifier.rpc_notifier
15  # Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
16  # root filter facility.
17  # Change to "sudo" to skip the filtering and just run the comand directly
18 -# root_helper = sudo
19 +root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
20  
21  # =========== items for agent management extension =============
22  # seconds between nodes reporting state to server; should be less than
23 @@ -412,7 +412,7 @@ admin_password = %SERVICE_PASSWORD%
24  # connection = mysql://root:pass@127.0.0.1:3306/neutron
25  # Replace 127.0.0.1 above with the IP address of the database used by the
26  # main neutron server. (Leave it as is if the database runs on this host.)
27 -# connection = sqlite://
28 +connection = sqlite:////var/lib/neutron/neutron.sqlite
29  # NOTE: In deployment the [database] section and its connection attribute may
30  # be set in the corresponding core plugin '.ini' file. However, it is suggested
31  # to put the [database] section and its connection attribute in this
32 -- 
33 2.0.0
34