Comment 28 for bug 1296414

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

Reviewed: https://review.openstack.org/189563
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2635ee08266858a564596ca7393e11be4e050606
Submitter: Jenkins
Branch: stable/kilo

commit 2635ee08266858a564596ca7393e11be4e050606
Author: Rajesh Tailor <email address hidden>
Date: Tue Sep 16 05:50:47 2014 -0700

    Fix quota-update stuck in deleting when nova-compute startup finish

    Quotas are not updated correctly for the instances whose task_state is
    in deleting status during the nova-compute init_host call.

    Added code to pass correct quota to the _delete_instance method.

    (cherry picked from commit 71e99b1d56627e8a929f21b88e672f8ee34a53a1)

    Change-Id: Ida84d2d49d46540e0581dc3a58844c30bc1d2cff
    Partial-Bug: 1296414