Comment 25 for bug 1296414

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

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

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

    Fix quota-update of instances 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.

    Change-Id: Ida84d2d49d46540e0581dc3a58844c30bc1d2cff
    Partial-Bug: 1296414