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 |
Jiri Konecny | 93b1999 | 2016-04-12 11:15:39 +0200 | [diff] [blame^] | 29 | members: |
| 30 | - host: 127.0.0.1 |
| 31 | - host: 127.0.1.1 |
| 32 | - host: 127.0.2.1 |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 33 | user: openstack |
| 34 | password: password |
| 35 | virtual_host: '/openstack' |
| 36 | ha_queues: true |
| 37 | compute: |
| 38 | host: 127.0.0.1 |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 39 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 40 | user: nova |
| 41 | password: password |
| 42 | tenant: service |