python-openstackclient/releasenotes/notes/port_uplink_status_propagation_updatable-d1e155c19247b666.yaml
Rodolfo Alonso Hernandez 426abbdc68 [Neutron] Support `uplink-status-propagation-updatable` extension
Added ``--enable-uplink-status-propagation`` option and
``--disable-uplink-status-propagation`` option to ``port update``
command.

Now the Neutron extension "uplink-status-propagation-updatable" allows
to update the related value in a port. That was implemented in the
following patches (during 2025.1 Epoxy release):
* https://review.opendev.org/c/openstack/neutron-lib/+/927820
* https://review.opendev.org/c/openstack/neutron-lib/+/936234
* https://review.opendev.org/c/openstack/neutron/+/931641

Related-Bug: #1722720
Change-Id: I99cdcf21438d6d85092c995b50cb10b26ae7c059
2025-02-18 12:09:37 +00:00

6 lines
157 B
YAML

---
features:
- |
Add ``--enable-uplink-status-propagation`` option and
``--disable-uplink-status-propagation`` option to ``port update`` command.