Comment 10 for bug 1722720

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

Reviewed: https://review.openstack.org/571899
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f0678b9b0965dae1ab340cd7dd9805eca1ea6e7f
Submitter: Zuul
Branch: master

commit f0678b9b0965dae1ab340cd7dd9805eca1ea6e7f
Author: Hongbin Lu <email address hidden>
Date: Fri Jun 1 22:46:52 2018 +0000

    Add propagate_uplink_status to port

    Introduce an attribute 'propagate_uplink_status' to port.
    This attribute can be implemented for VF port to indicate if the VF
    link state should follow the state of the PF.

    Note: ML2 extension driver loaded on request via configuration:

      [ml2]
      extension_drivers = uplink_status_propagation

    Other related patches:
    * neutron-lib: https://review.openstack.org/#/c/571821/
    * tempest test: https://review.openstack.org/#/c/586719/
    * OSC: https://review.openstack.org/#/c/586684/
    * neutronclient: https://review.openstack.org/#/c/586712/

    APIImpact Add 'propagate_uplink_status' attribute to 'port' resource

    Change-Id: Ie8260c332e24c1880f9f82e6b6dacca8415be842
    Close-Bug: #1722720