Comment 12 for bug 1715493

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

Reviewed: https://review.openstack.org/501820
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2ad865fb36fd92cf6d950fe05cd3d3eaa3488ed5
Submitter: Jenkins
Branch: stable/pike

commit 2ad865fb36fd92cf6d950fe05cd3d3eaa3488ed5
Author: Dan Smith <email address hidden>
Date: Wed Sep 6 14:19:05 2017 -0700

    Track which cell each instance is created in and use it consistently

    In conductor's instance create path we were using the last cell of the
    create loop for the second loop that created extra resources like BDMs,
    after the quota recheck.

    Co-Authored-By: Matt Riedemann <email address hidden>

    Change-Id: Iea8db52e7026166fb6623e0cc1aebdcc0af1d691
    Closes-Bug: #1715493
    (cherry picked from commit e801775959a8ae0f9c09767021a40b6a746d1928)