Michael Polenchuk | 87d2b74 | 2017-06-29 12:05:25 +0400 | [diff] [blame^] | 1 | neutron: |
| 2 | gateway: |
| 3 | agent_mode: legacy |
| 4 | backend: |
| 5 | engine: ml2 |
| 6 | tenant_network_types: "flat,vxlan" |
| 7 | router: odl-router |
| 8 | ovsdb_connection: tcp:127.0.0.1:6639 |
| 9 | mechanism: |
| 10 | ovs: |
| 11 | driver: opendaylight |
| 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: unsegreto |
| 20 | port: 5672 |
| 21 | user: openstack |
| 22 | virtual_host: /openstack |
| 23 | metadata: |
| 24 | host: 127.0.0.1 |
| 25 | password: unsegreto |
| 26 | workers: 2 |
| 27 | version: pike |
| 28 | opendaylight: |
| 29 | ovsdb_server_iface: ptcp:6639:127.0.0.1 |
| 30 | ovsdb_odl_iface: tcp:127.0.0.1:6640 |
| 31 | tunnel_ip: 10.1.0.110 |
| 32 | provider_mappings: physnet1:br-floating |
| 33 | linux: |
| 34 | system: |
| 35 | enabled: true |
| 36 | repo: |
| 37 | mirantis_openstack_pike: |
| 38 | source: "deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main" |
| 39 | architectures: amd64 |
| 40 | key_url: "http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key" |