blob: 8401f3e9b2920cc1ec7d6625bebb81558df23885 [file] [log] [blame]
Jian Lic704b672018-09-04 18:52:53 +09001{
2 "hostname": "controller",
3 "type": "CONTROLLER",
4 "managementIp": "172.16.130.10",
5 "neutronConfig": {
6 "useMetadataProxy": true,
7 "metadataProxySecret": "onos"
8 },
9 "endpoint": "172.16.130.10:35357/v2.0",
10 "authentication": {
11 "version": "v2.0",
12 "protocol": "HTTP",
13 "project": "admin",
14 "username": "admin",
15 "password": "nova",
16 "perspective": "PUBLIC"
17 }
18}