Comment 12 for bug 1326207

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

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

commit ea3e03a626118fbee1626eb1a17224629299757f
Author: He Jie Xu <email address hidden>
Date: Wed Jun 4 16:51:41 2014 +0800

    Disable rescheduling instance when no retry info

    When scheduler_max_attempts=1 means disable rescheduling, compute
    won't reschedule instance before. But build_and_run_instance didn't
    hornor this behavior. And cause nova reschedule instance infinitely.
    This patch fix this problem, make build_and_run_instance won't reschedule
    instance without retry info.

    Change-Id: I52d6569c1731b5fd5a10f39ff04a40b43d3857a1
    Partial-Bug: #1326207