File: add-propagate_uplink_status-to-port-0152d476c65979e3.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.