Reviewed: https://review.openstack.org/300437 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f7a46c8d19bf0c6c4c1f2f7576b4d05c7726666a Submitter: Jenkins Branch: master
commit f7a46c8d19bf0c6c4c1f2f7576b4d05c7726666a Author: Yuiko Takada <[email protected]> Date: Fri Apr 1 21:05:53 2016 +0900 Fix error message of nova baremetal-node-delete When execute "nova baremetal-node-delete" 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-delete is not port-create, but node-delete. This patch set fixes this bug. Change-Id: I065e1efdce7a82d25d6d68908b0b1c43e6be7000 Closes-bug: #1564872 ** 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/1564872 Title: Not supported error message of nova baremetal-node-delete is incorrect Status in OpenStack Compute (nova): Fix Released Bug description: When execute "nova baremetal-node-delete" 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-delete is correct. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1564872/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

