Comment 7 for bug 1656854

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

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

commit b34809dfae862e37b1362b73fd258af8d12adae5
Author: Sam Betts <email address hidden>
Date: Tue Jan 17 12:45:21 2017 +0000

    Ensure we mark baremetal links as phy links

    In the Ironic multi-tenant case, the neutron ports will remain unbound
    until later in the deploy process. Nova generates the network_data.json
    file with all the links marked as unbound, which we need to correct as
    these links will be bound after the config drive is generated and
    written to the node. This patch updates the Ironic virt driver to
    correct the network metadata.

    Change-Id: I1881f4a9bca6a6d6a3b4e0e89a82b0765ae09eee
    Closes-Bug: #1656854