Rebuild neutron in 8.0 branch
[openstack-build/neutron-build.git] / centos7 / rpm / SOURCES / neutron-dist.conf
diff --git a/centos7/rpm/SOURCES/neutron-dist.conf b/centos7/rpm/SOURCES/neutron-dist.conf
new file mode 100644 (file)
index 0000000..479da8e
--- /dev/null
@@ -0,0 +1,19 @@
+[DEFAULT]
+verbose = True
+lock_path = $state_path/lock
+auth_strategy = noauth
+notification_driver = neutron.openstack.common.notifier.rpc_notifier
+allow_overlapping_ips = True
+use_stderr = False
+api_paste_config = /usr/share/neutron/api-paste.ini
+notify_nova_on_port_data_changes = False
+notify_nova_on_port_status_changes = False
+
+[agent]
+root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
+root_helper_daemon = sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
+
+[database]
+max_pool_size = 10
+max_overflow = 20
+pool_timeout = 10