marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 1 | neutron: |
| 2 | server: |
| 3 | enabled: true |
marco | 6085ab3 | 2016-01-25 21:29:53 +0100 | [diff] [blame] | 4 | plugin: opencontrail |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 5 | fwaas: false |
| 6 | dns_domain: novalocal |
| 7 | tunnel_type: vxlan |
| 8 | version: liberty |
| 9 | bind: |
| 10 | address: 127.0.0.1 |
| 11 | port: 9696 |
| 12 | database: |
| 13 | engine: mysql |
| 14 | host: 127.0.0.1 |
| 15 | port: 3306 |
| 16 | name: neutron |
| 17 | user: neutron |
| 18 | password: password |
| 19 | identity: |
| 20 | engine: keystone |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 21 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 22 | host: 127.0.0.1 |
| 23 | port: 35357 |
| 24 | user: neutron |
| 25 | password: password |
| 26 | tenant: service |
| 27 | message_queue: |
| 28 | engine: rabbitmq |
| 29 | host: 127.0.0.1 |
| 30 | port: 5672 |
| 31 | user: openstack |
| 32 | password: password |
| 33 | virtual_host: '/openstack' |
| 34 | ha_queues: true |
| 35 | compute: |
| 36 | host: 127.0.0.1 |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 37 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 38 | user: nova |
| 39 | password: password |
| 40 | tenant: service |