Comment 4 for bug 1888487

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

Reviewed: https://review.opendev.org/744208
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=1f06863e2b906ea5f12620ad1ba49719b2d97f7e
Submitter: Zuul
Branch: master

commit 1f06863e2b906ea5f12620ad1ba49719b2d97f7e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Jul 31 15:58:20 2020 +0000

    Change "propagate_uplink_status" default value to True

    The API extension ``uplink-status-propagation`` has changed the default
    value of ``propagate_uplink_status`` from False to True. Now, when this
    extension is enabled, the VF link state will be set, by default, to
    "auto", following the PF link state.

    Change-Id: I594198741d0ff9df71b5c0053387d229c66154c1
    Partial-Bug: #1888487