blob: 03b0392ba15dee3ecbe9441f600bbdc3893ba0e3 [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
21 host: 127.0.0.1
22 port: 35357
23 user: neutron
24 password: password
25 tenant: service
26 message_queue:
27 engine: rabbitmq
28 host: 127.0.0.1
29 port: 5672
30 user: openstack
31 password: password
32 virtual_host: '/openstack'
33 ha_queues: true
34 compute:
35 host: 127.0.0.1
36 user: nova
37 password: password
38 tenant: service