blob: b584d72ba4d9258bc7b4a76568cf5ec3e77f9fce [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
Oleg Bondarevada324f2018-06-04 14:55:38 +040019 physnets:
20 sriov_net:
21 mtu: 9000 # Optional, defaults to 1500
22 vlan_range: '100:200' # Optional
23 ext_net2:
24 mtu: 1500
marco53bc2992016-01-25 21:24:20 +010025 fwaas: false
26 dns_domain: novalocal
27 tunnel_type: vxlan
28 version: liberty
29 bind:
30 address: 127.0.0.1
31 port: 9696
32 database:
33 engine: mysql
34 host: 127.0.0.1
35 port: 3306
36 name: neutron
37 user: neutron
38 password: password
39 identity:
40 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010041 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010042 host: 127.0.0.1
43 port: 35357
44 user: neutron
45 password: password
46 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020047 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010048 message_queue:
49 engine: rabbitmq
50 host: 127.0.0.1
51 port: 5672
52 user: openstack
53 password: password
54 virtual_host: '/openstack'
55 compute:
56 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010057 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010058 user: nova
59 password: password
Petr Michalecb37f1842016-07-27 09:46:53 +020060 tenant: service
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040061 policy:
62 create_subnet: 'rule:admin_or_network_owner'
63 'get_network:queue_id': 'rule:admin_only'
64 'create_network:shared':