Files
neutron/releasenotes/notes/ovn-metadata-workers-fa8a2019f34bd572.yaml
Slawek Kaplonski aeae6780a0 Fix trailing whitespaces and replace tabs with 4 spaces
Those changes are done just to make pre-commit hook happy.

TrivialFix

Change-Id: I60e646df0a109c4ff67a25fafebec71b81599adb
2024-05-02 12:45:51 +02:00

10 lines
459 B
YAML

---
upgrade:
- |
The default value for the ``metadata_workers`` configuration option
has changed to 0 for the ML2/OVN driver. Since `[OVN] Allow to execute
"MetadataProxyHandler" in a local thread <https://review.opendev.org/c/openstack/neutron/+/861649>`_,
the OVN metadata proxy handler can be spawned in the same process of
the OVN metadata agent, in a local thread. That reduces the number of
OVN SB database connections to one.