neutron/releasenotes/notes/remove-live_migration_events-f9dd9eacfdf32f97.yaml
Rodolfo Alonso Hernandez 9025f8a571 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
2022-04-24 00:45:26 +00:00

8 lines
307 B
YAML

---
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>`_.