blob: 15f7a8c98f33c6349f719ae4d5a9a49360ba46f5 [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
marco53bc2992016-01-25 21:24:20 +01006 fwaas: false
7 dns_domain: novalocal
8 tunnel_type: vxlan
9 version: liberty
10 bind:
11 address: 127.0.0.1
12 port: 9696
13 database:
14 engine: mysql
15 host: 127.0.0.1
16 port: 3306
17 name: neutron
18 user: neutron
19 password: password
20 identity:
21 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010022 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010023 host: 127.0.0.1
24 port: 35357
25 user: neutron
26 password: password
27 tenant: service
28 message_queue:
29 engine: rabbitmq
30 host: 127.0.0.1
31 port: 5672
32 user: openstack
33 password: password
34 virtual_host: '/openstack'
35 compute:
36 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010037 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010038 user: nova
39 password: password
Jakub Pavlik872f5c82016-09-20 13:53:38 +000040 tenant: service