Comment 10 for bug 1326207

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

Reviewed: https://review.openstack.org/97727
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9639b55b614082206207e67af7dde7af85a9b614
Submitter: Jenkins
Branch: master

commit 9639b55b614082206207e67af7dde7af85a9b614
Author: He Jie Xu <email address hidden>
Date: Wed Jun 4 14:56:33 2014 +0800

    Fix infinitely reschedule instance due to miss retry info

    The logic of building instance is moved from scheduler to conductor,
    But 'retry' info is still populated at scheduler manager, and that
    can't be take back from rpc call. This patch moves the retry checking
    logic into conductor, and keep the old 'schedule_run_instance'
    same as before.

    Change-Id: I4efafe815e8623881e6c037eb9d04c0dbb7052a2
    Partial-Bug: #1326207