blob: 445806cd690e44cc10f15902839437f1710f8621 [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
Michael Polenchukcece76d2018-06-21 14:56:17 +04007 firewall_driver: noop
marcoa4428a32016-06-10 11:50:16 +02008 backend:
Dmitry Stremkouski4b410222017-11-18 11:29:55 +03009 external_mtu: 1500
10 tenant_net_mtu: 9000
11 ironic_net_mtu: 9000
marcoa4428a32016-06-10 11:50:16 +020012 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +020013 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +020014 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +020015 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +020016 user: admin
17 password: password
18 token: token
19 tenant: admin
Oleg Bondarevada324f2018-06-04 14:55:38 +040020 physnets:
21 sriov_net:
22 mtu: 9000 # Optional, defaults to 1500
23 vlan_range: '100:200' # Optional
24 ext_net2:
25 mtu: 1500
marco53bc2992016-01-25 21:24:20 +010026 fwaas: false
27 dns_domain: novalocal
28 tunnel_type: vxlan
29 version: liberty
30 bind:
31 address: 127.0.0.1
32 port: 9696
33 database:
34 engine: mysql
35 host: 127.0.0.1
36 port: 3306
37 name: neutron
38 user: neutron
39 password: password
40 identity:
41 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010042 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010043 host: 127.0.0.1
44 port: 35357
45 user: neutron
46 password: password
47 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020048 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010049 message_queue:
50 engine: rabbitmq
51 host: 127.0.0.1
52 port: 5672
53 user: openstack
54 password: password
55 virtual_host: '/openstack'
56 compute:
57 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010058 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010059 user: nova
60 password: password
Petr Michalecb37f1842016-07-27 09:46:53 +020061 tenant: service
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040062 policy:
63 create_subnet: 'rule:admin_or_network_owner'
64 'get_network:queue_id': 'rule:admin_only'
65 'create_network:shared':