blob: 583af2b14559796aca96fe75710c40d30a27b24c [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
Ondrej Smola24eae8b2016-10-21 17:30:47 +020010 host: 127.0.0.1
11 user: admin
12 password: password
13 token: token
14 tenant: admin
marco53bc2992016-01-25 21:24:20 +010015 bind:
16 address: 127.0.0.1
17 port: 9696
18 database:
19 engine: mysql
20 host: 127.0.0.1
21 port: 3306
22 name: neutron
23 user: neutron
24 password: password
25 identity:
26 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010027 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010028 host: 127.0.0.1
29 port: 35357
30 user: neutron
31 password: password
32 tenant: service
33 message_queue:
34 engine: rabbitmq
Jiri Konecny93b19992016-04-12 11:15:39 +020035 members:
36 - host: 127.0.0.1
37 - host: 127.0.1.1
38 - host: 127.0.2.1
marco53bc2992016-01-25 21:24:20 +010039 user: openstack
40 password: password
41 virtual_host: '/openstack'
marco53bc2992016-01-25 21:24:20 +010042 compute:
43 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010044 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010045 user: nova
46 password: password
Petr Michalec61f7ab22016-11-29 16:29:09 +010047 tenant: service
48 audit:
49 filter_factory: 'keystonemiddleware.audit:filter_factory'
50 map_file: '/etc/pycadf/neutron_api_audit_map.conf'
51