aboutsummaryrefslogtreecommitdiff
path: root/configs/neutron.conf
blob: d2e72eab44ce6aeadb745308d2a0fbc535556e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[DEFAULT]
core_plugin = ml2
service_plugins = router
auth_strategy = keystone
state_path = /var/lib/neutron
dhcp_agent_notification = True
allow_overlapping_ips = True
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True

[agent]
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
#base_mac = fa:16:3e:00:00:00
rpc_response_max_timeout = 600
rpc_response_timeout = 600
transport_url = rabbit://openstack:RABBIT_PASS@controller

[database]
connection = mysql+pymysql://neutron:neutron@REPLACE_WITH_HOST/neutron

[keystone_authtoken]
www_authenticate_uri = http://REPLACE_WITH_HOST:5000
auth_url = http://REPLACE_WITH_HOST:5000
memcached_servers = REPLACE_WITH_HOST:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = neutron

[nova]
auth_url = http://REPLACE_WITH_HOST:5000
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = nova
password = nova

[oslo_concurrency]
lock_path = /var/lib/neutron/tmp

[oslo_messaging_amqp]
default_reply_timeout = 300
default_send_timeout = 600
default_notify_timeout = 300