blob: 1a1d30bafb045c9791afae1cddc54e31fa83be44 [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
marco53bc2992016-01-25 21:24:20 +01004 fwaas: false
Dmitry Stremkouski3c1be3e2017-11-18 11:04:20 +03005 path_mtu: 1500
marco53bc2992016-01-25 21:24:20 +01006 dns_domain: novalocal
7 tunnel_type: vxlan
8 version: liberty
Mykyta Karpin253406d2017-12-08 17:01:37 +02009 api_workers: 2
10 rpc_workers: 2
Michael Polenchuk2151b272018-06-19 18:32:31 +040011 dhcp_lease_duration: 86400
marcoa4428a32016-06-10 11:50:16 +020012 backend:
13 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +020014 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +020015 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +020016 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +020017 user: admin
18 password: password
19 token: token
20 tenant: admin
marco53bc2992016-01-25 21:24:20 +010021 bind:
22 address: 127.0.0.1
23 port: 9696
24 database:
25 engine: mysql
26 host: 127.0.0.1
27 port: 3306
28 name: neutron
29 user: neutron
30 password: password
31 identity:
32 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010033 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010034 host: 127.0.0.1
35 port: 35357
36 user: neutron
37 password: password
38 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020039 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010040 message_queue:
41 engine: rabbitmq
Jiri Konecny93b19992016-04-12 11:15:39 +020042 members:
43 - host: 127.0.0.1
44 - host: 127.0.1.1
45 - host: 127.0.2.1
marco53bc2992016-01-25 21:24:20 +010046 user: openstack
47 password: password
48 virtual_host: '/openstack'
marco53bc2992016-01-25 21:24:20 +010049 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 Michalec61f7ab22016-11-29 16:29:09 +010054 tenant: service
55 audit:
56 filter_factory: 'keystonemiddleware.audit:filter_factory'
57 map_file: '/etc/pycadf/neutron_api_audit_map.conf'
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040058 policy:
59 create_subnet: 'rule:admin_or_network_owner'
60 'get_network:queue_id': 'rule:admin_only'
61 'create_network:shared':
Petr Michalec61f7ab22016-11-29 16:29:09 +010062