Comment 5 for bug 1212648

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

Reviewed: https://review.openstack.org/42400
Committed: http://github.com/openstack/nova/commit/d2cd7164c8e4a09f2926aa8422584503e31764b1
Submitter: Jenkins
Branch: stable/grizzly

commit d2cd7164c8e4a09f2926aa8422584503e31764b1
Author: Jay Lau <email address hidden>
Date: Thu Aug 15 20:48:10 2013 +0800

    Set launch_index to right value

    Fix bug 1212648

    When boot multiple instances in one request, the launch_index
    was not increased.

    The fix was increase the launch_index one by one for each instances
    in one request.

    Conflicts:
     nova/compute/api.py
     nova/tests/compute/test_compute.py

    Change-Id: I27dde8cfae52853d33277c3d8e0e65c91bc6280b
    (cherry picked from commit c8f0a545bfafdc72bae0a43df78ae51835e35232)