Comment 2 for bug 1300870

Revision history for this message
Samuel Matzek (smatzek) wrote :

This is not yet fixed. What is needed is the http://developer.openstack.org/api-ref-compute-v2-ext.html#os-keypairs section needs to have documentation added for the POST /v2/​{tenant_id}​/servers API call.

The os-keypairs extension adds an optional parameter named 'key-name' to that servers POST body to specify the key pair name on the server create call. This is not documented anywhere in the API ref.

In comparison, the configuration drive extension, http://developer.openstack.org/api-ref-compute-v2-ext.html#os-createserverext, does document the optional 'config_drive' parameter it adds to POST /v2/​{tenant_id}​/servers