marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 1 | neutron: |
| 2 | server: |
| 3 | enabled: true |
marco | a4428a3 | 2016-06-10 11:50:16 +0200 | [diff] [blame] | 4 | backend: |
| 5 | engine: contrail |
Petr Michalec | b37f184 | 2016-07-27 09:46:53 +0200 | [diff] [blame] | 6 | #contrail_discovery_host |
Ondrej Smola | 24eae8b | 2016-10-21 17:30:47 +0200 | [diff] [blame] | 7 | host: 127.0.0.1 |
Petr Michalec | b37f184 | 2016-07-27 09:46:53 +0200 | [diff] [blame] | 8 | port: 8082 |
Ondrej Smola | 24eae8b | 2016-10-21 17:30:47 +0200 | [diff] [blame] | 9 | user: admin |
| 10 | password: password |
| 11 | token: token |
| 12 | tenant: admin |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 13 | fwaas: false |
| 14 | dns_domain: novalocal |
| 15 | tunnel_type: vxlan |
| 16 | version: liberty |
| 17 | bind: |
| 18 | address: 127.0.0.1 |
| 19 | port: 9696 |
| 20 | database: |
| 21 | engine: mysql |
| 22 | host: 127.0.0.1 |
| 23 | port: 3306 |
| 24 | name: neutron |
| 25 | user: neutron |
| 26 | password: password |
| 27 | identity: |
| 28 | engine: keystone |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 29 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 30 | host: 127.0.0.1 |
| 31 | port: 35357 |
| 32 | user: neutron |
| 33 | password: password |
| 34 | tenant: service |
Dennis Dmitriev | 3711472 | 2017-03-06 16:52:26 +0200 | [diff] [blame] | 35 | endpoint_type: internal |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 36 | message_queue: |
| 37 | engine: rabbitmq |
| 38 | host: 127.0.0.1 |
| 39 | port: 5672 |
| 40 | user: openstack |
| 41 | password: password |
| 42 | virtual_host: '/openstack' |
| 43 | compute: |
| 44 | host: 127.0.0.1 |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 45 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 46 | user: nova |
| 47 | password: password |
Petr Michalec | b37f184 | 2016-07-27 09:46:53 +0200 | [diff] [blame] | 48 | tenant: service |
Dmitry Ukov | 596ddcf | 2017-05-04 18:16:16 +0400 | [diff] [blame] | 49 | policy: |
| 50 | create_subnet: 'rule:admin_or_network_owner' |
| 51 | 'get_network:queue_id': 'rule:admin_only' |
| 52 | 'create_network:shared': |