93ff4d51e0
The response of operation 'list all clusters' has a member 'keypair', api-ref doc has no description about it. Add it to clusters.inc and cluster-get-all-resp.json. The same to operation 'Show details of a cluster'. Change-Id: I716175bfc9683a47514172bbc9b177f140fe924c Implements: Keypair override on cluster create
26 lines
744 B
JSON
26 lines
744 B
JSON
{
|
|
"clusters":[
|
|
{
|
|
"status":"CREATE_IN_PROGRESS",
|
|
"cluster_template_id":"0562d357-8641-4759-8fed-8173f02c9633",
|
|
"uuid":"731387cf-a92b-4c36-981e-3271d63e5597",
|
|
"links":[
|
|
{
|
|
"href":"http://10.164.180.104:9511/v1/bays/731387cf-a92b-4c36-981e-3271d63e5597",
|
|
"rel":"self"
|
|
},
|
|
{
|
|
"href":"http://10.164.180.104:9511/bays/731387cf-a92b-4c36-981e-3271d63e5597",
|
|
"rel":"bookmark"
|
|
}
|
|
],
|
|
"stack_id":"31c1ee6c-081e-4f39-9f0f-f1d87a7defa1",
|
|
"keypair":"my_keypair",
|
|
"master_count":1,
|
|
"create_timeout":60,
|
|
"node_count":1,
|
|
"name":"k8s"
|
|
}
|
|
]
|
|
}
|