e3c11196b2
Keypair was missing in api-ref for cluster create, so add it and update example accordingly. Change-Id: Ibf9280cec7000c1303b7898494fec9f3a2020068 Closes-Bug: 1660296
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"name":"k8s",
|
|
"discovery_url":null,
|
|
"master_count":2,
|
|
"cluster_template_id":"0562d357-8641-4759-8fed-8173f02c9633",
|
|
"node_count":2,
|
|
"create_timeout":60,
|
|
"keypair":"my_keypair"
|
|
}
|