blob: 154c47e50aff250cec4661c6ffc3ed778f40b6b9 [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
Dennis Dmitriev37114722017-03-06 16:52:26 +020038 endpoint_type: internal
Jiri Broulik74f61112016-11-21 20:23:47 +010039 l3_ha: True
40 message_queue:
41 engine: rabbitmq
42 host: 172.16.10.254
43 password: workshop
44 port: 5672
45 user: openstack
46 virtual_host: /openstack
47 plugin: ml2
48 version: mitaka