Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 1 | opencontrail: |
2 | common: | ||||
Jakub Pavlik | e92aa4c | 2016-09-20 13:54:38 +0000 | [diff] [blame] | 3 | version: 2.2 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 4 | identity: |
5 | engine: keystone | ||||
6 | host: 127.0.0.1 | ||||
7 | port: 35357 | ||||
8 | token: token | ||||
9 | password: password | ||||
10 | network: | ||||
11 | engine: neutron | ||||
12 | host: 127.0.0.1 | ||||
13 | port: 9696 | ||||
14 | compute: | ||||
Jakub Pavlik | e92aa4c | 2016-09-20 13:54:38 +0000 | [diff] [blame] | 15 | version: 2.2 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 16 | enabled: True |
17 | discovery: | ||||
18 | host: 127.0.0.1 | ||||
19 | interface: | ||||
20 | address: 127.0.0.1 | ||||
21 | dev: eth0 | ||||
22 | gateway: 127.0.0.1 | ||||
23 | mask: /24 | ||||
24 | dns: 127.0.0.1 | ||||
Jakub Pavlik | e92aa4c | 2016-09-20 13:54:38 +0000 | [diff] [blame] | 25 | mtu: 9000 |