Comment 14 for bug 1743458

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

Reviewed: https://review.openstack.org/587248
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2460d0ef9438026b1691697022a86030b9f2d21e
Submitter: Zuul
Branch: stable/pike

commit 2460d0ef9438026b1691697022a86030b9f2d21e
Author: Artom Lifshitz <email address hidden>
Date: Mon Jan 15 15:36:40 2018 -0500

    Refactor _build_device_metadata

    This patch splits out interface and disk metadata generation into its
    own function each, in preparation for handling hostdev metadata
    generation in a subsequent patch. It also adds some debug logging.

    NOTE(artom): Queens -> Pike backport is clean, conflicts in
    nova/virt/libvirt/driver.py in Queens due to trusted VFs not being
    present.

    Related-bug: 1743458
    Change-Id: I318b9118c97d7bf2b61bc45698443e8d0255ff6f
    (cherry picked from commit d16d0d553b20fd45a83cf7c68bc477b97aece9a1)
    (cherry picked from commit 0f253ea9c5f3f3d97bc049f00d1bcdf2761f0736)