Comment 6 for bug 1431404

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

Reviewed: https://review.openstack.org/165189
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5ff5afe7df8e296f03fd9fd86ad169360cc91451
Submitter: Jenkins
Branch: stable/juno

commit 5ff5afe7df8e296f03fd9fd86ad169360cc91451
Author: Matt Riedemann <email address hidden>
Date: Thu Mar 12 09:09:49 2015 -0700

    compute: don't trace on InstanceNotFound in reverts_task_state

    Commit c43f2b0d708f0f4b37850d2917c0abcc13b8789b added logging when
    _instance_update fails in reverts_task_state but we shouldn't log
    InstanceNotFound since it's a normal (expected) error when we're
    deleting an instance shortly after it fails to build.

    Closes-Bug: #1431404

    Conflicts:
            nova/tests/unit/compute/test_compute_mgr.py

    NOTE(mriedem): The conflict is due to the test modules being
    moved in Kilo and the need to import nova.compute.manager.

    Change-Id: Iec3dfaa16b472bc88d56d9c6680a7c247f2f50bd
    (cherry picked from commit 95976ca1aff63c01ed119c9a3c39927f39ce1fbf)