Michael Polenchuk | cccd1a5 | 2018-02-02 17:41:16 +0400 | [diff] [blame] | 1 | neutron: |
| 2 | server: |
| 3 | api_workers: 2 |
| 4 | rpc_workers: 2 |
| 5 | rpc_state_report_workers: 2 |
| 6 | backend: |
| 7 | engine: ml2 |
| 8 | external_mtu: 1500 |
| 9 | mechanism: |
| 10 | ovs: |
| 11 | driver: openvswitch |
| 12 | tenant_network_types: flat,vxlan |
| 13 | bind: |
| 14 | address: 172.16.10.101 |
| 15 | port: 9696 |
| 16 | compute: |
| 17 | host: 127.0.0.1 |
| 18 | password: unsegreto |
| 19 | region: RegionOne |
| 20 | tenant: service |
| 21 | user: nova |
| 22 | database: |
| 23 | engine: mysql |
| 24 | host: 127.0.0.1 |
| 25 | name: neutron |
| 26 | password: unsegreto |
| 27 | port: 3306 |
| 28 | user: neutron |
| 29 | dns_domain: novalocal |
| 30 | dvr: false |
| 31 | enabled: true |
| 32 | global_physnet_mtu: 1500 |
| 33 | identity: |
| 34 | engine: keystone |
| 35 | host: 127.0.0.1 |
| 36 | password: unsegreto |
| 37 | port: 35357 |
| 38 | region: RegionOne |
| 39 | tenant: service |
| 40 | user: neutron |
| 41 | endpoint_type: internal |
| 42 | l3_ha: False |
| 43 | message_queue: |
| 44 | engine: rabbitmq |
| 45 | host: 127.0.0.1 |
| 46 | password: unsegreto |
| 47 | port: 5672 |
| 48 | user: openstack |
| 49 | virtual_host: /openstack |
| 50 | policy: |
| 51 | create_subnet: 'rule:admin_or_network_owner' |
| 52 | 'get_network:queue_id': 'rule:admin_only' |
| 53 | 'create_network:shared': |
| 54 | version: pike |
| 55 | l2gw: |
Ann Kamyshnikova | 3480053 | 2018-12-07 13:21:11 +0400 | [diff] [blame^] | 56 | enabled: true |