marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 1 | neutron: |
| 2 | server: |
| 3 | enabled: true |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 4 | fwaas: false |
| 5 | dns_domain: novalocal |
| 6 | tunnel_type: vxlan |
| 7 | version: liberty |
marco | a4428a3 | 2016-06-10 11:50:16 +0200 | [diff] [blame] | 8 | backend: |
| 9 | engine: contrail |
Ondrej Smola | 24eae8b | 2016-10-21 17:30:47 +0200 | [diff] [blame] | 10 | host: 127.0.0.1 |
| 11 | user: admin |
| 12 | password: password |
| 13 | token: token |
| 14 | tenant: admin |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 15 | bind: |
| 16 | address: 127.0.0.1 |
| 17 | port: 9696 |
| 18 | database: |
| 19 | engine: mysql |
| 20 | host: 127.0.0.1 |
| 21 | port: 3306 |
| 22 | name: neutron |
| 23 | user: neutron |
| 24 | password: password |
| 25 | identity: |
| 26 | engine: keystone |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 27 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 28 | host: 127.0.0.1 |
| 29 | port: 35357 |
| 30 | user: neutron |
| 31 | password: password |
| 32 | tenant: service |
| 33 | message_queue: |
| 34 | engine: rabbitmq |
Jiri Konecny | 93b1999 | 2016-04-12 11:15:39 +0200 | [diff] [blame] | 35 | members: |
| 36 | - host: 127.0.0.1 |
| 37 | - host: 127.0.1.1 |
| 38 | - host: 127.0.2.1 |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 39 | user: openstack |
| 40 | password: password |
| 41 | virtual_host: '/openstack' |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 42 | compute: |
| 43 | host: 127.0.0.1 |
Jakub Pavlik | 6dd5c0a | 2016-03-09 14:18:15 +0100 | [diff] [blame] | 44 | region: RegionOne |
marco | 53bc299 | 2016-01-25 21:24:20 +0100 | [diff] [blame] | 45 | user: nova |
| 46 | password: password |
Petr Michalec | 61f7ab2 | 2016-11-29 16:29:09 +0100 | [diff] [blame] | 47 | tenant: service |
| 48 | audit: |
| 49 | filter_factory: 'keystonemiddleware.audit:filter_factory' |
| 50 | map_file: '/etc/pycadf/neutron_api_audit_map.conf' |
| 51 | |