← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1656781] [NEW] api-ref: wrong parameters and missing parameters in os-keypairs.inc

 

Public bug reported:

http://developer.openstack.org/api-ref/compute/#keypairs-keypairs

There are wrong parameters and missing parameters in Keypairs API
Reference (os-keypairs.inc).

* List Keypairs
  - Missing "keypair" object parameter
* Create Or Import Keypair
  - 'type' parameter in request should be 'body' parameter instead of 'query' parameter.
  -  'private_key' parameter in response shoud be after required parameters and before microverion parameters.
* Show Keypair Details
  - 'use_id' parameter should be 'query' parameter instead of 'body' parameter.
  - 'type' parameter in reponse should be at the end because it is microversion parameter.
  - Missing parameters(created_at, deleted, deleted_at, updated_at, id)
* Delete Keypair
  - 'use_id' parameter should be 'query' parameter instead of 'body' parameter.

** Affects: nova
     Importance: Undecided
     Assignee: Takashi NATSUME (natsume-takashi)
         Status: In Progress


** Tags: doc

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1656781

Title:
  api-ref: wrong parameters and missing parameters in os-keypairs.inc

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  http://developer.openstack.org/api-ref/compute/#keypairs-keypairs

  There are wrong parameters and missing parameters in Keypairs API
  Reference (os-keypairs.inc).

  * List Keypairs
    - Missing "keypair" object parameter
  * Create Or Import Keypair
    - 'type' parameter in request should be 'body' parameter instead of 'query' parameter.
    -  'private_key' parameter in response shoud be after required parameters and before microverion parameters.
  * Show Keypair Details
    - 'use_id' parameter should be 'query' parameter instead of 'body' parameter.
    - 'type' parameter in reponse should be at the end because it is microversion parameter.
    - Missing parameters(created_at, deleted, deleted_at, updated_at, id)
  * Delete Keypair
    - 'use_id' parameter should be 'query' parameter instead of 'body' parameter.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1656781/+subscriptions


Follow ups