Skip to content

Commit 458915e

Browse files
committed
docs: update default value of metadata workers for ml2/ovn
[1] changed that value to 0 [1] https://review.opendev.org/c/openstack/neutron/+/861751 Related-Bug: #1993181 Change-Id: I7009e8a9fa8a61cc796d9592db0cf68e07e5884d (cherry picked from commit 407585f)
1 parent d25fcad commit 458915e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/conf/agent/metadata/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
cfg.IntOpt('metadata_workers',
9595
sample_default='<num_of_cpus> / 2',
9696
help=_('Number of separate worker processes for metadata '
97-
'server (defaults to 2 when used with ML2/OVN and half '
97+
'server (defaults to 0 when used with ML2/OVN and half '
9898
'of the number of CPUs with other backend drivers)')),
9999
cfg.IntOpt('metadata_backlog',
100100
default=4096,

0 commit comments

Comments
 (0)