Comment 7 for bug 1722720

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

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

commit 1f7d11cd9fcb1bb8a62dbce8951569b1147987c6
Author: Hongbin Lu <email address hidden>
Date: Fri Jun 1 20:28:47 2018 +0000

    Add attribute propagate_uplink_status to port

    This attribute indicates if the state of the port will follow
    the state of its parent port. The first use case of this attribute
    is SR-IOV. If it is a VF port, setting this attribute can make
    the VF link state follow the state of the PF. In the future,
    this attribute might be reused for trunk/subports as well.

    Change-Id: If622b8df6b890530adace4821a6408ef942cc80a
    Partial-Bug: #1722720