Comment 2 for bug 1312757

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/90376
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=6e28689b2e8e44b977057d8a98a5f68ad7e5f96e
Submitter: Jenkins
Branch: master

commit 6e28689b2e8e44b977057d8a98a5f68ad7e5f96e
Author: Lucas Alvares Gomes <email address hidden>
Date: Fri Apr 25 14:54:51 2014 +0100

    Return error immediately if set_console_mode is not supported

    Currently, if set_console_mode is not supported by the driver, the
    error is recorded on the node.last_error field, but the user is not
    otherwise notified. This field should only be used for asynchronous
    feedback; the determination as to whether set_console_mode is supported is
    synchronous. Therefor, it should return an error to the user immediately
    and not alter node.last_error.

    Closes-bug: #1312757
    Change-Id: I015047175161809258ec08a02b2490613cf94466