blob: 0ae2325a8c6e8b74f3b1c1d74a7e2ad637d8efd7 [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
Petr Michalec6cf80e52016-07-27 09:46:53 +02006 host: contrail_discovery_host
7 port: 8082
8 user: admin
9 password: password
10 tenant: admin
11 token: token
marco53bc2992016-01-25 21:24:20 +010012 fwaas: false
13 dns_domain: novalocal
14 tunnel_type: vxlan
15 version: liberty
16 bind:
17 address: 127.0.0.1
18 port: 9696
19 database:
20 engine: mysql
21 host: 127.0.0.1
22 port: 3306
23 name: neutron
24 user: neutron
25 password: password
26 identity:
27 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010028 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010029 host: 127.0.0.1
30 port: 35357
31 user: neutron
32 password: password
33 tenant: service
34 message_queue:
35 engine: rabbitmq
36 host: 127.0.0.1
37 port: 5672
38 user: openstack
39 password: password
40 virtual_host: '/openstack'
41 compute:
42 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010043 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010044 user: nova
45 password: password
Petr Michalec6cf80e52016-07-27 09:46:53 +020046 tenant: service