We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1f7a commit 9776e9eCopy full SHA for 9776e9e
neutron/conf/agent/metadata/config.py
@@ -94,7 +94,7 @@
94
cfg.IntOpt('metadata_workers',
95
sample_default='<num_of_cpus> / 2',
96
help=_('Number of separate worker processes for metadata '
97
- 'server (defaults to 2 when used with ML2/OVN and half '
+ 'server (defaults to 0 when used with ML2/OVN and half '
98
'of the number of CPUs with other backend drivers)')),
99
cfg.IntOpt('metadata_backlog',
100
default=4096,
0 commit comments