rally/samples/deployments/existing-with-given-endpoint.json
Anton Studenov a926825215 Update deployment samples
* Updated samples of ExistingCloud deployment

Change-Id: Ief7892ae73a8b8a5a0c8f184addac127b0e7fd35
2017-03-22 08:49:56 +00:00

19 lines
565 B
JSON

{
"type": "ExistingCloud",
"creds": {
"openstack": {
"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": ""
}
}
}