Comment 10 for bug 1841932

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

Reviewed: https://review.opendev.org/722187
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bf488a8630702160021b5848bf6e86fbb8015205
Submitter: Zuul
Branch: master

commit bf488a8630702160021b5848bf6e86fbb8015205
Author: ramboman <email address hidden>
Date: Wed Apr 22 21:33:22 2020 +0800

    replace the "hide_hypervisor_id" to "hw:hide_hypervisor_id"

    When we use the flavor extra_specs "hide_hypervisor_id" in
    AggregateInstanceExtraSpecsFilter, then will retrun False.
    So we need correct the extra_specs.

    Change-Id: I9d8d8c3a30cf6da7e8fb48374347e069ab075df2
    Closes-Bug: 1841932