blob: df45399a01502928a3859dc5138c0092cfc064a1 [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
Ann Kamyshnikova34800532018-12-07 13:21:11 +040030