Add ipset package as a dependency to Neutron
[openstack-build/neutron-build.git] / debian / patches / fix-neutron-configuration.patch
1 diff --git a/etc/neutron.conf b/etc/neutron.conf
2 index 0e61cf7..c5aca0f 100644
3 --- a/etc/neutron.conf
4 +++ b/etc/neutron.conf
5 @@ -60,7 +60,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 @@ -548,7 +548,7 @@ lock_path = $state_path/lock
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  # Set to true to add comments to generated iptables rules that describe
22  # each rule's purpose. (System must support the iptables comments module.)
23 @@ -575,7 +575,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