Comment 15 for bug 1799727

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

Reviewed: https://review.openstack.org/613991
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4e3616b562647ea140f6f67d1bf888f562b4b6d7
Submitter: Zuul
Branch: master

commit 4e3616b562647ea140f6f67d1bf888f562b4b6d7
Author: Matt Riedemann <email address hidden>
Date: Mon Oct 29 12:55:03 2018 -0400

    No longer call _normalize_inventory_from_cn_obj from upt flow

    With change I72c83a95dabd581998470edb9543079acb6536a5 we no
    longer have a need to call _normalize_inventory_from_cn_obj for
    in-tree drivers that implement the update_provider_tree() interface.
    That change also documented the expectation on the upt interface
    that virt drivers should report allocation ratios and reserved
    amounts if necessary, like the libvirt driver does with config
    option values.

    This change removes the call to _normalize_inventory_from_cn_obj
    from the ResourceTracker when the virt driver implements the
    update_provider_tree() method.

    Change-Id: Ib3591f583453d98245382be0f7a04b6195d67106
    Related-Bug: #1799727