48296eb834
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
15 lines
423 B
JSON
15 lines
423 B
JSON
{
|
|
"type": "ExistingCloud",
|
|
"auth_url": "http://example.net:5000/v2.0/",
|
|
"region_name": "RegionOne",
|
|
"endpoint_type": "public",
|
|
"endpoint": "http://<public-identity-url-ip>:<mgmt-port>/<version>/ example: http://172.16.0.2:35357/v2.0/",
|
|
"admin": {
|
|
"username": "admin",
|
|
"password": "pa55word",
|
|
"tenant_name": "demo"
|
|
},
|
|
"https_insecure": false,
|
|
"https_cacert": ""
|
|
}
|