Comment 13 for bug 1301279

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

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

commit b99fb0a51c658301188bbc729d1437a9c8b75d00
Author: Zhenguo Niu <email address hidden>
Date: Tue Jul 21 21:16:22 2015 +0800

    [Ironic]Not count available resources of deployed ironic node

    Changing node's properties in Ironic after node is deployed will
    count as available resources in Nova, as nova's resource_tracker
    will override the *_used keys we set in the driver.

    This patch changes the caculation of available resources based on
    the instance flavor instead of node to avoid the issue.

    Change-Id: I1a6e4501122c4781e103fd83a146e0914c7671c9
    Closes-Bug: #1301279