blob: 913347285e6cfbf171bf843aac54ab3b430c9940 [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
marco6085ab32016-01-25 21:29:53 +01004 plugin: opencontrail
marco53bc2992016-01-25 21:24:20 +01005 fwaas: false
6 dns_domain: novalocal
7 tunnel_type: vxlan
8 version: liberty
9 bind:
10 address: 127.0.0.1
11 port: 9696
12 database:
13 engine: mysql
14 host: 127.0.0.1
15 port: 3306
16 name: neutron
17 user: neutron
18 password: password
19 identity:
20 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010021 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010022 host: 127.0.0.1
23 port: 35357
24 user: neutron
25 password: password
26 tenant: service
27 message_queue:
28 engine: rabbitmq
29 host: 127.0.0.1
30 port: 5672
31 user: openstack
32 password: password
33 virtual_host: '/openstack'
34 ha_queues: true
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
40 tenant: service