Merge "docs: update default value of metadata workers for ml2/ovn"

This commit is contained in:
Zuul 2023-11-21 08:19:29 +00:00 committed by Gerrit Code Review
commit cbca72195a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ UNIX_DOMAIN_METADATA_PROXY_OPTS = [
cfg.IntOpt('metadata_workers',
sample_default='<num_of_cpus> / 2',
help=_('Number of separate worker processes for metadata '
'server (defaults to 2 when used with ML2/OVN and half '
'server (defaults to 0 when used with ML2/OVN and half '
'of the number of CPUs with other backend drivers)')),
cfg.IntOpt('metadata_backlog',
default=4096,