blob: 7d7494c6c9c00910616e6826bc192926b2eec4cd [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
marcoa4428a32016-06-10 11:50:16 +02004 backend:
5 engine: contrail
Ondrej Smola24eae8b2016-10-21 17:30:47 +02006 host: 127.0.0.1
7 user: admin
8 password: password
9 token: token
10 tenant: admin
marco53bc2992016-01-25 21:24:20 +010011 fwaas: false
12 dns_domain: novalocal
13 tunnel_type: vxlan
14 version: liberty
15 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
35 host: 127.0.0.1
36 port: 5672
37 user: openstack
38 password: password
39 virtual_host: '/openstack'
40 compute:
41 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010042 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010043 user: nova
44 password: password
Jakub Pavlik872f5c82016-09-20 13:53:38 +000045 tenant: service