summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-04-24 00:19:25 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-04-24 00:45:26 +0000
commit9025f8a571029ce41d815c2704e29956b31f7f1f (patch)
tree72b5e16a992e8fa57cfdad6a26d1c146d457d40a /releasenotes
parentff8e0f6e3166175dbaa0a9b27feb5ab9fc7ec4e7 (diff)
downloadneutron-9025f8a571029ce41d815c2704e29956b31f7f1f.tar.gz
Remove "live_migration_events" configuration option
This option was introduced in [1]. This option depended on [2], the Nova code enabling this feature, that filters the "vif-plugged-event" to be sent to Nova. Now the default behaviour is "True". Related-Bug: #1901707 [1]https://review.opendev.org/c/openstack/neutron/+/766277 [2]https://review.opendev.org/c/openstack/nova/+/767368 Change-Id: I05f7e6a7d91f6a4a1fe6d4765589f30257243628
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-live_migration_events-f9dd9eacfdf32f97.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-live_migration_events-f9dd9eacfdf32f97.yaml b/releasenotes/notes/remove-live_migration_events-f9dd9eacfdf32f97.yaml
new file mode 100644
index 0000000000..c5efcb9ad1
--- /dev/null
+++ b/releasenotes/notes/remove-live_migration_events-f9dd9eacfdf32f97.yaml
@@ -0,0 +1,7 @@
+---
+upgrade:
+ - |
+ The ``live_migration_events`` configuration option is removed. Now Neutron
+ assumes this flag is always set. This configuration option depended on
+ the Nova patch
+ `only wait for plugtime events in pre-live-migration <https://review.opendev.org/c/openstack/nova/+/767368>`_.