blob: 2b4e2af690e317f4d0bdc8d767f2be5b9498365e [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
marcoa4428a32016-06-10 11:50:16 +020011 backend:
12 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
marco53bc2992016-01-25 21:24:20 +010020 bind:
21 address: 127.0.0.1
22 port: 9696
23 database:
24 engine: mysql
25 host: 127.0.0.1
26 port: 3306
27 name: neutron
28 user: neutron
29 password: password
30 identity:
31 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010032 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010033 host: 127.0.0.1
34 port: 35357
35 user: neutron
36 password: password
37 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020038 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010039 message_queue:
40 engine: rabbitmq
Jiri Konecny93b19992016-04-12 11:15:39 +020041 members:
42 - host: 127.0.0.1
43 - host: 127.0.1.1
44 - host: 127.0.2.1
marco53bc2992016-01-25 21:24:20 +010045 user: openstack
46 password: password
47 virtual_host: '/openstack'
marco53bc2992016-01-25 21:24:20 +010048 compute:
49 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010050 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010051 user: nova
52 password: password
Petr Michalec61f7ab22016-11-29 16:29:09 +010053 tenant: service
54 audit:
55 filter_factory: 'keystonemiddleware.audit:filter_factory'
56 map_file: '/etc/pycadf/neutron_api_audit_map.conf'
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040057 policy:
58 create_subnet: 'rule:admin_or_network_owner'
59 'get_network:queue_id': 'rule:admin_only'
60 'create_network:shared':
Petr Michalec61f7ab22016-11-29 16:29:09 +010061