blob: 14741a5ade256603be63a92b88fa1c1ed3383d6b [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
4 plugin: ml2
5 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 compute:
34 host: 127.0.0.1
35 user: nova
36 password: password
37 tenant: service