rally/samples/deployments/existing-keystone-v3.json
Adam Zhang 48296eb834 Fix sample json file
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
2015-08-12 14:48:30 -04:00

17 lines
430 B
JSON

{
"type": "ExistingCloud",
"auth_url": "http://example.net:5000/v3/",
"region_name": "RegionOne",
"endpoint_type": "public",
"admin": {
"username": "admin",
"password": "myadminpass",
"user_domain_name": "admin",
"admin_domain_name": "default",
"project_name": "admin",
"project_domain_name": "admin"
},
"https_insecure": false,
"https_cacert": ""
}