openstacksdk/releasenotes/notes/add-propagate_uplink_status-to-port-0152d476c65979e3.yaml
Hongbin Lu d027626d7f Add propagate_uplink_status to port
Neutron patch: https://review.openstack.org/#/c/571899/

Change-Id: Ie1c8c5229a86a1c5fa9afe84ff201aafedf63d6f
Related-Bug: #1722720
2018-12-06 16:50:48 +00:00

13 lines
541 B
YAML

---
features:
- |
Add ``propagate_uplink_status`` attribute to ``port`` resource.
Users can set this attribute to ``True`` or ``False``.
If it is set to ``True``, uplink status propagation is enabled.
Otherwise, it is disabled.
Neutron server needs to have the API extension
``uplink-status-propagation`` in order to support this feature.
This feature can be used in SRIOV scenario, in which users
enable uplink status propagation of the SRIOV port
so that the link status of the VF will follow the PF.