Merge "Add keypair to api-ref cluster create"

This commit is contained in:
Jenkins 2017-02-15 10:28:48 +00:00 committed by Gerrit Code Review
commit e71dbd3492
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -4,5 +4,6 @@
"master_count":2, "master_count":2,
"cluster_template_id":"0562d357-8641-4759-8fed-8173f02c9633", "cluster_template_id":"0562d357-8641-4759-8fed-8173f02c9633",
"node_count":2, "node_count":2,
"create_timeout":60 "create_timeout":60,
} "keypair":"my_keypair"
}