Ubuntu Pastebin

Paste from jamespage at Thu, 3 Mar 2016 10:54:02 +0000

Download as text
 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
49
50
51
52
53
54
55
56
57
58
59
60
61
[DEFAULT]
api_workers = 2
allow_overlapping_ips = True
auth_strategy = keystone
core_plugin = ml2
service_plugins =router,metering,firewall
rpc_workers = 2
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
l3_ha = False
router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.ChanceScheduler
debug = True
log_dir = /var/log/neutron
verbose = True
rpc_backend = rabbit
control_exchange = neutron
auth_type=keystone
lock_path=$state_path/lock
nova_url=http://127.0.0.1:8774/v2
[agent]
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
[cors]
[cors.subdomain]
[database]
connection = mysql+pymysql://neutron:neutron@127.0.0.1/neutron?charset=utf8
[keystone_authtoken]
auth_uri = http://localhost:5000/
tenant_name=services
project_name=services
password=a_big_secret
username=neutron
auth_plugin=password
user_domain_id=Default
auth_url=http://localhost:35357/
project_domain_id=Default
[matchmaker_redis]
[nova]
auth_url = http://127.0.0.1:35357
project_name = services
project_domain_id = default
tenant_name = services
username = nova
user_domain_id = default
password = a_big_secret
auth_plugin=password
[oslo_concurrency]
[oslo_messaging_amqp]
[oslo_messaging_qpid]
[oslo_messaging_rabbit]
rabbit_hosts = 127.0.0.1:5672
rabbit_use_ssl = False
rabbit_userid = neutron
rabbit_password = an_even_bigger_secret
heartbeat_timeout_threshold = 0
heartbeat_rate = 2
rabbit_host = 127.0.0.1
rabbit_ha_queues = False
rabbit_port = 5672
[oslo_policy]
[quotas]
[ssl]
Download as text