blob: 7262a1a24a57c11209f81362849a8fc8ec655ba0 [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
4 fwaas: false
5 dns_domain: novalocal
6 tunnel_type: vxlan
7 version: liberty
8 bind:
9 address: 127.0.0.1
10 port: 9696
11 database:
12 engine: mysql
13 host: 127.0.0.1
14 port: 3306
15 name: neutron
16 user: neutron
17 password: password
18 identity:
19 engine: keystone
20 host: 127.0.0.1
21 port: 35357
22 user: neutron
23 password: password
24 tenant: service
25 message_queue:
26 engine: rabbitmq
27 host: 127.0.0.1
28 port: 5672
29 user: openstack
30 password: password
31 virtual_host: '/openstack'
32 ha_queues: true
33 compute:
34 host: 127.0.0.1
35 user: nova
36 password: password
37 tenant: service