blob: 4fed20af80cee168d09e36fe5426f1996cfe3da4 [file] [log] [blame]
Jiri Broulik74f61112016-11-21 20:23:47 +01001neutron:
2 server:
3 backend:
4 engine: ml2
5 external_mtu: 1500
6 mechanism:
7 ovs:
8 driver: openvswitch
9 tenant_network_types: flat,vxlan
10 bind:
11 address: 172.16.10.101
12 port: 9696
13 compute:
14 host: 172.16.10.254
15 password: workshop
16 region: RegionOne
17 tenant: service
18 user: nova
19 database:
20 engine: mysql
21 host: 172.16.10.254
22 name: neutron
23 password: workshop
24 port: 3306
25 user: neutron
26 dns_domain: novalocal
27 dvr: false
28 enabled: true
29 global_physnet_mtu: 1500
30 identity:
31 engine: keystone
32 host: 172.16.10.254
33 password: workshop
34 port: 35357
35 region: RegionOne
36 tenant: service
37 user: neutron
38 l3_ha: True
39 message_queue:
40 engine: rabbitmq
41 host: 172.16.10.254
42 password: workshop
43 port: 5672
44 user: openstack
45 virtual_host: /openstack
46 plugin: ml2
47 version: mitaka