Michael Polenchuk | 87d2b74 | 2017-06-29 12:05:25 +0400 | [diff] [blame^] | 1 | neutron: |
| 2 | server: |
| 3 | api_workers: 2 |
| 4 | rpc_workers: 2 |
| 5 | rpc_state_report_workers: 2 |
| 6 | bind: |
| 7 | address: 172.16.10.101 |
| 8 | port: 9696 |
| 9 | compute: |
| 10 | host: 127.0.0.1 |
| 11 | password: unsegreto |
| 12 | region: RegionOne |
| 13 | tenant: service |
| 14 | user: nova |
| 15 | database: |
| 16 | engine: mysql |
| 17 | host: 127.0.0.1 |
| 18 | name: neutron |
| 19 | password: unsegreto |
| 20 | port: 3306 |
| 21 | user: neutron |
| 22 | dns_domain: novalocal |
| 23 | dvr: false |
| 24 | enabled: true |
| 25 | global_physnet_mtu: 1500 |
| 26 | identity: |
| 27 | engine: keystone |
| 28 | host: 127.0.0.1 |
| 29 | password: unsegreto |
| 30 | port: 35357 |
| 31 | region: RegionOne |
| 32 | tenant: service |
| 33 | user: neutron |
| 34 | endpoint_type: internal |
| 35 | l3_ha: False |
| 36 | message_queue: |
| 37 | engine: rabbitmq |
| 38 | host: 127.0.0.1 |
| 39 | password: unsegreto |
| 40 | port: 5672 |
| 41 | user: openstack |
| 42 | virtual_host: /openstack |
| 43 | policy: |
| 44 | create_subnet: 'rule:admin_or_network_owner' |
| 45 | 'get_network:queue_id': 'rule:admin_only' |
| 46 | 'create_network:shared': |
| 47 | version: pike |
| 48 | backend: |
| 49 | engine: ml2 |
| 50 | external_mtu: 1500 |
| 51 | tenant_network_types: flat,vxlan |
| 52 | opendaylight: true |
| 53 | router: odl-router |
| 54 | host: 127.0.0.1 |
| 55 | rest_api_port: 8282 |
| 56 | user: admin |
| 57 | password: admin |
| 58 | ovsdb_connection: tcp:127.0.0.1:6639 |
| 59 | mechanism: |
| 60 | ovs: |
| 61 | driver: opendaylight |
| 62 | linux: |
| 63 | system: |
| 64 | enabled: true |
| 65 | repo: |
| 66 | mirantis_openstack_pike: |
| 67 | source: "deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main" |
| 68 | architectures: amd64 |
| 69 | key_url: "http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key" |