← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Reviewed:  https://review.openstack.org/420626
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2800b53836b9ce13f3806e488f63c096fda2141c
Submitter: Jenkins
Branch:    master

commit 2800b53836b9ce13f3806e488f63c096fda2141c
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date:   Mon Jan 16 18:42:21 2017 +0900

    api-ref: Fix keypair API parameters
    
    Fix parameter types and the order of parameters.
    Add missing parameters.
    Add a period at the end of a parameter description.
    Replace sample files with v2.10 files.
    
    Change-Id: I9d8d20b42c7d32e11af479e79c9c9e8475421302
    Closes-Bug: #1656781


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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):
  Fix Released

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


References