Comment 3 for bug 1444715

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/kilo)

Reviewed: https://review.openstack.org/174122
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=904bbcde88d9db0cd60719e771ea168cb52948e1
Submitter: Jenkins
Branch: stable/kilo

commit 904bbcde88d9db0cd60719e771ea168cb52948e1
Author: Jim Rollenhagen <email address hidden>
Date: Fri Apr 10 06:22:28 2015 -0700

    Fix heartbeat when clean step in progress

    The agent returns command_result of None when a command is in progress.
    The code assumed it would return an empty dict. Fix the access of
    command_result to never return None, and fix the tests to reflect
    reality.

    Closes-Bug: #1444715
    Change-Id: Iae6cd90517cb7b268ce2c089c92f64b09a606a42
    (cherry picked from commit 2e2fb8c4997b1cac7dc18e67e43a0d8ba65a79d5)