Comment 1 for bug 1745362

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

Reviewed: https://review.openstack.org/537880
Committed: https://git.openstack.org/cgit/openstack/networking-hyperv/commit/?id=ab16e541738f0a42e33e4751d94b76ab7d7ca9e0
Submitter: Zuul
Branch: master

commit ab16e541738f0a42e33e4751d94b76ab7d7ca9e0
Author: Claudiu Belu <email address hidden>
Date: Thu Jan 25 14:18:13 2018 +0200

    Fixes VLAN trunk setting issue

    When setting VLAN trunks, os-win's networkutils expects the
    trunk_vlans key-value argument, but the trunk_driver passes
    the vlan_trunk argument, which is wrong.

    This patch fixes this issue.

    Change-Id: Iabf845fefdbe564f2c8d7f5ac34e5e97cf480897
    Closes-Bug: #1745362