Comment 6 for bug 1852612

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-hyperv (stable/train)

Reviewed: https://review.opendev.org/694501
Committed: https://git.openstack.org/cgit/openstack/networking-hyperv/commit/?id=537e9aeb7841f810e49cd157295468441ecda981
Submitter: Zuul
Branch: stable/train

commit 537e9aeb7841f810e49cd157295468441ecda981
Author: Lucian Petrut <email address hidden>
Date: Thu Nov 14 19:37:32 2019 +0200

    Update RPC call, allowing the agent to retrieve port info

    The host argument used when calling "get_devices_details_list" used
    to be optional until Rocky. The Hyper-V agent isn't passing this host
    argument, preventing it from getting port details from the Neutron
    server, thus failing to process those ports.

    This change updates this RPC call accordingly.

    Change-Id: Ic36d405b7163eaeb71f53a56a386bc42094d58fa
    Closes-Bug: #1852612
    (cherry picked from commit 1b1ee11fb075f489d497579a3d75a8060abae15f)