blob: bebff8c9495315f2ccc041ce0e8198aa9ceb8ede [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
marcoa4428a32016-06-10 11:50:16 +02009 backend:
10 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +020011 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +020012 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +020013 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +020014 user: admin
15 password: password
16 token: token
17 tenant: admin
marco53bc2992016-01-25 21:24:20 +010018 bind:
19 address: 127.0.0.1
20 port: 9696
21 database:
22 engine: mysql
23 host: 127.0.0.1
24 port: 3306
25 name: neutron
26 user: neutron
27 password: password
28 identity:
29 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010030 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010031 host: 127.0.0.1
32 port: 35357
33 user: neutron
34 password: password
35 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020036 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010037 message_queue:
38 engine: rabbitmq
Jiri Konecny93b19992016-04-12 11:15:39 +020039 members:
40 - host: 127.0.0.1
41 - host: 127.0.1.1
42 - host: 127.0.2.1
marco53bc2992016-01-25 21:24:20 +010043 user: openstack
44 password: password
45 virtual_host: '/openstack'
marco53bc2992016-01-25 21:24:20 +010046 compute:
47 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010048 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010049 user: nova
50 password: password
Petr Michalec61f7ab22016-11-29 16:29:09 +010051 tenant: service
52 audit:
53 filter_factory: 'keystonemiddleware.audit:filter_factory'
54 map_file: '/etc/pycadf/neutron_api_audit_map.conf'
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040055 policy:
56 create_subnet: 'rule:admin_or_network_owner'
57 'get_network:queue_id': 'rule:admin_only'
58 'create_network:shared':
Petr Michalec61f7ab22016-11-29 16:29:09 +010059