cdodda | c35c9eb | 2018-11-07 23:18:10 -0600 | [diff] [blame] | 1 | neutron: |
| 2 | gateway: |
| 3 | agent_mode: legacy |
| 4 | dhcp_lease_duration: 86400 |
| 5 | firewall_driver: iptables |
| 6 | backend: |
| 7 | engine: ml2 |
| 8 | tenant_network_types: "flat,vxlan" |
| 9 | mechanism: |
| 10 | ovs: |
| 11 | driver: openvswitch |
| 12 | dvr: false |
| 13 | enabled: true |
| 14 | external_access: True |
| 15 | local_ip: 10.1.0.110 |
| 16 | message_queue: |
| 17 | engine: rabbitmq |
| 18 | host: 127.0.0.1 |
| 19 | password: workshop |
| 20 | port: 5672 |
| 21 | user: openstack |
| 22 | virtual_host: /openstack |
| 23 | metadata: |
| 24 | host: 127.0.0.1 |
| 25 | password: password |
| 26 | workers: 2 |
| 27 | version: mitaka |
| 28 | agents: |
| 29 | dhcp: |
| 30 | interface_driver: linuxbridge |
| 31 | l3: |
| 32 | interface_driver: linuxbridge |