Add keypair to api-ref cluster create
Keypair was missing in api-ref for cluster create, so add it and update example accordingly. Change-Id: Ibf9280cec7000c1303b7898494fec9f3a2020068 Closes-Bug: 1660296
This commit is contained in:
parent
fc49fea35c
commit
e3c11196b2
@ -38,6 +38,7 @@ Request
|
||||
- cluster_template_id: clustertemplate_id
|
||||
- node_count: node_count
|
||||
- create_timeout: create_timeout
|
||||
- keypair: keypair_id
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -4,5 +4,6 @@
|
||||
"master_count":2,
|
||||
"cluster_template_id":"0562d357-8641-4759-8fed-8173f02c9633",
|
||||
"node_count":2,
|
||||
"create_timeout":60
|
||||
}
|
||||
"create_timeout":60,
|
||||
"keypair":"my_keypair"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user