Skip to content

Commit 20234a4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: update default value of metadata workers for ml2/ovn" into stable/2023.1
2 parents 87f7b9a + 458915e commit 20234a4

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)