blob: d3cd4a8a1b57361090b1214cf4540cfee5e7b723 [file] [log] [blame]
Michael Polenchukcccd1a52018-02-02 17:41:16 +04001neutron:
2 gateway:
3 agent_mode: legacy
4 backend:
5 engine: ml2
6 tenant_network_types: "flat,vxlan"
7 mechanism:
8 ovs:
9 driver: openvswitch
10 dvr: false
11 enabled: true
12 external_access: True
13 local_ip: 10.1.0.110
14 message_queue:
15 engine: rabbitmq
16 host: 127.0.0.1
17 password: unsegreto
18 port: 5672
19 user: openstack
20 virtual_host: /openstack
21 metadata:
22 host: 127.0.0.1
23 password: password
24 workers: 2
25 version: pike
26 l2gw:
27 enabled: true
28 ovsdb_hosts:
29 ovsdbx: 10.164.5.33:6632
30linux:
31 system:
32 enabled: true
33 repo:
34 mirantis_openstack_pike:
35 source: "deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main"
36 architectures: amd64
37 key_url: "http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key"