Comment 30 for bug 1296414

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

Reviewed: https://review.openstack.org/188362
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=90793b9d397e2987cfd0e658dd64eaa035c14ed7
Submitter: Jenkins
Branch: stable/juno

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

    Fix quota-update 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 2635ee08266858a564596ca7393e11be4e050606)

    Change-Id: Ida84d2d49d46540e0581dc3a58844c30bc1d2cff
    Partial-Bug: 1296414