← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1632153] Re: api-ref: a description for 'port' is wrong in os-consoles.inc

 

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

commit cc84595c232ae5122dc5b409ed2e9559331c81ff
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date:   Tue Oct 11 08:28:13 2016 +0900

    api-ref: Fix a 'port' parameter in os-consoles.inc
    
    In 'Show Console Details' API,
    'port' is not a port ID but a port number.
    
    Change-Id: Iefdd9e9a68fc197a99b8c5e2e36a82c062caa35f
    Closes-Bug: #1632153


** 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/1632153

Title:
  api-ref: a description for 'port' is wrong in os-consoles.inc

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  In 'Show Console Details' API, the description for 'port' is as
  follows:

  ---------------------------------------------------------------------------
  To provision the server instance with a NIC for an already existing port,
  specify the port-id in the port attribute in a networks object.
  The port status must be DOWN. required if you omit the uuid attribute.
  ---------------------------------------------------------------------------

  http://developer.openstack.org/api-ref/compute/?expanded=#show-
  console-details

  This description is for port ID.
  It should be fixed to a description for a port number.

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


References