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:
Stephen Watson 2017-02-14 15:07:56 -07:00
parent fc49fea35c
commit e3c11196b2
2 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,7 @@ Request
- cluster_template_id: clustertemplate_id
- node_count: node_count
- create_timeout: create_timeout
- keypair: keypair_id
.. note::

View File

@ -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"
}