851b18835f
1. Change 'False' to 'false'. According to json standard (http://json.org/), boolean literal should be all undercase. 2. Remove trailing comma from sample file. Change-Id: Ifc74c97e43ae1da4f85dc4da19f5ebfb149d7acc
14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"type": "ExistingCloud",
|
|
"auth_url": "http://example.net:5000/v2.0/",
|
|
"region_name": "RegionOne",
|
|
"endpoint_type": "public",
|
|
"admin": {
|
|
"username": "admin",
|
|
"password": "myadminpass",
|
|
"tenant_name": "demo"
|
|
},
|
|
"https_insecure": false,
|
|
"https_cacert": ""
|
|
}
|