blob: 763b5497e8eb719cf39948c54580660525305836 [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
marco53bc2992016-01-25 21:24:20 +01004 fwaas: false
5 dns_domain: novalocal
6 tunnel_type: vxlan
7 version: liberty
marcoa4428a32016-06-10 11:50:16 +02008 backend:
9 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +020010 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +020011 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +020012 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +020013 user: admin
14 password: password
15 token: token
16 tenant: admin
marco53bc2992016-01-25 21:24:20 +010017 bind:
18 address: 127.0.0.1
19 port: 9696
20 database:
21 engine: mysql
22 host: 127.0.0.1
23 port: 3306
24 name: neutron
25 user: neutron
26 password: password
27 identity:
28 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010029 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010030 host: 127.0.0.1
31 port: 35357
32 user: neutron
33 password: password
34 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020035 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010036 message_queue:
37 engine: rabbitmq
Jiri Konecny93b19992016-04-12 11:15:39 +020038 members:
39 - host: 127.0.0.1
40 - host: 127.0.1.1
41 - host: 127.0.2.1
marco53bc2992016-01-25 21:24:20 +010042 user: openstack
43 password: password
44 virtual_host: '/openstack'
marco53bc2992016-01-25 21:24:20 +010045 compute:
46 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010047 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010048 user: nova
49 password: password
Petr Michalec61f7ab22016-11-29 16:29:09 +010050 tenant: service
51 audit:
52 filter_factory: 'keystonemiddleware.audit:filter_factory'
53 map_file: '/etc/pycadf/neutron_api_audit_map.conf'
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040054 policy:
55 create_subnet: 'rule:admin_or_network_owner'
56 'get_network:queue_id': 'rule:admin_only'
57 'create_network:shared':
Petr Michalec61f7ab22016-11-29 16:29:09 +010058