summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-04-05 13:48:05 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-03-21 11:43:08 +0000
commit3a81b051d4a8e6f63f8da211816d0dbda62aee17 (patch)
tree086fbed91be401273c29378a128e37f1f05fa733 /releasenotes
parent3615cd85a4cc6aeecf7f066c4eb21c3cdca71d4c (diff)
downloadneutron-3a81b051d4a8e6f63f8da211816d0dbda62aee17.tar.gz
[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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/propagate_uplink_status_enabled_default-df3daba66e79d056.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/propagate_uplink_status_enabled_default-df3daba66e79d056.yaml b/releasenotes/notes/propagate_uplink_status_enabled_default-df3daba66e79d056.yaml
new file mode 100644
index 0000000000..264b0995f6
--- /dev/null
+++ b/releasenotes/notes/propagate_uplink_status_enabled_default-df3daba66e79d056.yaml
@@ -0,0 +1,7 @@
+---
+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.