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

commit ab1ec3f94a3a39137b0339c94f6db6f95e38cab1
Author: Yuiko Takada <takada-yu...@mxn.nes.nec.co.jp>
Date:   Fri Apr 1 20:59:54 2016 +0900

    Fix not supported error message
    
    When execute "nova baremetal-node-create" command,
    below error message is shown:
     ERROR (BadRequest): Command Not supported.
     Please use Ironic command port-create to perform this action. (HTTP 400)
    
    Ironic command corresponds to nova baremetal-node-create is
    not port-create, but node-create.
    This patch set fixes this bug.
    
    Change-Id: Id41b832f2b01c1848c224515fa70efec8a316ae9
    Closes-bug: #1564870


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

Title:
  Not supported error message is incorrect

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  When execute "nova baremetal-node-create" command, above error message is 
shown.
  ERROR (BadRequest): Command Not supported. Please use Ironic command 
port-create to perform this action. (HTTP 400) 

  port-create is incorrect, node-create is correct.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to