blob: 8c7821e0372462bfa22419bbbddda9bee71731cd [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
Mykyta Karpin253406d2017-12-08 17:01:37 +02003 api_workers: 2
4 rpc_workers: 2
5 rpc_state_report_workers: 2
marco53bc2992016-01-25 21:24:20 +01006 enabled: true
marcoa4428a32016-06-10 11:50:16 +02007 backend:
Dmitry Stremkouski4b410222017-11-18 11:29:55 +03008 external_mtu: 1500
9 tenant_net_mtu: 9000
10 ironic_net_mtu: 9000
marcoa4428a32016-06-10 11:50:16 +020011 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +020012 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +020013 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +020014 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +020015 user: admin
16 password: password
17 token: token
18 tenant: admin
marco53bc2992016-01-25 21:24:20 +010019 fwaas: false
20 dns_domain: novalocal
21 tunnel_type: vxlan
22 version: liberty
23 bind:
24 address: 127.0.0.1
25 port: 9696
26 database:
27 engine: mysql
28 host: 127.0.0.1
29 port: 3306
30 name: neutron
31 user: neutron
32 password: password
33 identity:
34 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010035 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010036 host: 127.0.0.1
37 port: 35357
38 user: neutron
39 password: password
40 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020041 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010042 message_queue:
43 engine: rabbitmq
44 host: 127.0.0.1
45 port: 5672
46 user: openstack
47 password: password
48 virtual_host: '/openstack'
49 compute:
50 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010051 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010052 user: nova
53 password: password
Petr Michalecb37f1842016-07-27 09:46:53 +020054 tenant: service
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040055 policy:
56 create_subnet: 'rule:admin_or_network_owner'
57 'get_network:queue_id': 'rule:admin_only'
58 'create_network:shared':