neutron/releasenotes/notes/propagate_uplink_status_enabled_default-df3daba66e79d056.yaml
Rodolfo Alonso Hernandez 3a81b051d4 [SR-IOV] Default "propagate_uplink_status" flag to True
Extension "uplink-status-propagation" does not allow to modify existing
ports. This extension only enables the creation of new ports with
this new flag.

Similar to [1], this patch changes the default behaviour of the
exiting ports: if no "propagate_uplink_status" flag is present, "True"
is returned now. The aim of this change is to enable this feature for
all existing ports, that is usually the aim of an administrator when
enables this extension.

[1]https://bugs.launchpad.net/neutron/+bug/1888487

Closes-Bug: #1967881
Related-Bug: #1888487

Change-Id: Ica5b76e0a9a5ae12f764c66be259d7f3cd5b248b
2022-03-21 11:43:08 +00:00

8 lines
331 B
YAML

---
features:
- |
If ``uplink-status-propagation`` extension is enabled, all existing ports
before enabling it will have the flag "propagate_uplink_status" enabled by
default. This is aligned with the aim of an administrator that enables
this extension. Now only new ports can be created with this flag disabled.