Comment 10 for bug 1725211

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-specs (master)

Reviewed: https://review.openstack.org/515657
Committed: https://git.openstack.org/cgit/openstack/ironic-specs/commit/?id=b2e9b6dac6c7a2f4c0755a94bdb008317c34a9df
Submitter: Zuul
Branch: master

commit b2e9b6dac6c7a2f4c0755a94bdb008317c34a9df
Author: dparalen <email address hidden>
Date: Fri Oct 27 10:04:54 2017 +0200

    Introduce inspect wait state

    The in-band inspection is an asynchronous process isn't currently
    handled through a "waiting" state. This is a discrepancy from the
    rest of the asynchronous ironic states and may comprise a problem
    for future features such as aborting the introspection or merging
    ironic and ironic-inspector.

    The spec adds a new inspect wait state to ironic state machine to
    keep consistent with other asynchronous states.

    Change-Id: I6fe864079d85fe7e7ba9650a51628e88e8a662cc
    Partial-Bug: #1725211