heat/releasenotes/notes/add-port-uplink-status-propagation-abd90d794e330d31.yaml
Jason Li 4d11d3117a Add propagate_uplink_status support to OS::Neutron::Port
This resource depends on Neutron API extension
``uplink-status-propagation`` and the default is
``False``. If this property is set to ``True``,
the VF link state can follow that of PF.
See release note at
https://docs.openstack.org/releasenotes/neutron/stein.html.

Change-Id: I46749f0458fd69e3f62d03e5b4648e1704750e15
2020-05-06 09:43:51 -05:00

9 lines
308 B
YAML

---
features:
- |
Added ``propagate_uplink_status`` property to resource type
``OS::Neutron::Port``. This resource depends on Neutron API
extension ``uplink-status-propagation`` and the default is
``False``. If this property is set to ``True``, the VF link
state can follow that of PF.