Comment 3 for bug 1681989

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

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

commit f2d03bf92db3615693b62f4f3274b867f00c0967
Author: falseuser <email address hidden>
Date: Wed Apr 12 03:35:33 2017 +0000

    [BugFix] Release the memory quota for video ram when deleting an instance.

    When creating an instance, the quota is used to contain vram,
    and the deletion of the instance does not release the memory quota for vram,
    if delete intance it need to release the memory quota for vram.

    Change-Id: Iee2925c585c87d9885fd4bfe38cd9b4d316f5dab
    Closes-Bug: #1681989