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 | 6cf80e5 | 2016-07-27 09:46:53 +0200 | [diff] [blame] | 6 | host: contrail_discovery_host |
| 7 | port: 8082 |
| 8 | user: admin |
| 9 | password: password |
| 10 | tenant: admin |
| 11 | token: token |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 12 | fwaas: false |
| 13 | dns_domain: novalocal |
| 14 | tunnel_type: vxlan |
| 15 | version: liberty |
| 16 | bind: |
| 17 | address: 127.0.0.1 |
| 18 | port: 9696 |
| 19 | database: |
| 20 | engine: mysql |
| 21 | host: 127.0.0.1 |
| 22 | port: 3306 |
| 23 | name: neutron |
| 24 | user: neutron |
| 25 | password: password |
| 26 | identity: |
| 27 | engine: keystone |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 28 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 29 | host: 127.0.0.1 |
| 30 | port: 35357 |
| 31 | user: neutron |
| 32 | password: password |
| 33 | tenant: service |
| 34 | message_queue: |
| 35 | engine: rabbitmq |
| 36 | host: 127.0.0.1 |
| 37 | port: 5672 |
| 38 | user: openstack |
| 39 | password: password |
| 40 | virtual_host: '/openstack' |
| 41 | compute: |
| 42 | host: 127.0.0.1 |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 43 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 44 | user: nova |
| 45 | password: password |
Petr Michalec | 6cf80e5 | 2016-07-27 09:46:53 +0200 | [diff] [blame] | 46 | tenant: service |