blob: 79894f7f82b24a3cfe47c89e4f869ecd3745cf0e [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:
Oleg Bondarevddb9af12018-07-02 19:07:57 +040021 external:
22 mtu: 1500
Oleg Bondarevada324f2018-06-04 14:55:38 +040023 sriov_net:
24 mtu: 9000 # Optional, defaults to 1500
25 vlan_range: '100:200' # Optional
26 ext_net2:
27 mtu: 1500
marco53bc2992016-01-25 21:24:20 +010028 fwaas: false
29 dns_domain: novalocal
30 tunnel_type: vxlan
31 version: liberty
32 bind:
33 address: 127.0.0.1
34 port: 9696
35 database:
36 engine: mysql
37 host: 127.0.0.1
38 port: 3306
39 name: neutron
40 user: neutron
41 password: password
42 identity:
43 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010044 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010045 host: 127.0.0.1
46 port: 35357
47 user: neutron
48 password: password
49 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020050 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010051 message_queue:
52 engine: rabbitmq
53 host: 127.0.0.1
54 port: 5672
55 user: openstack
56 password: password
57 virtual_host: '/openstack'
58 compute:
59 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010060 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010061 user: nova
62 password: password
Petr Michalecb37f1842016-07-27 09:46:53 +020063 tenant: service
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040064 policy:
65 create_subnet: 'rule:admin_or_network_owner'
66 'get_network:queue_id': 'rule:admin_only'
67 'create_network:shared':