rally/doc/samples/deployments/existing.json
Carlos L. Torres c8240bc260 Changed all deploy engine's 'name' property to 'type'
Updated unit tests and other places accordingly.

Change-Id: I3e8a986376b2075a97b05cf38cbb919a0e25efc2
2014-04-18 04:15:08 +00:00

10 lines
204 B
JSON

{
"type": "ExistingCloud",
"endpoint": {
"auth_url": "http://example.net:5000/v2.0/",
"username": "admin",
"password": "myadminpass",
"tenant_name": "demo"
}
}