Merge "Make worker-multiplier sane in container environments"

This commit is contained in:
Jenkins 2017-04-28 13:31:03 +00:00 committed by Gerrit Code Review
commit cb53b11ad2
1 changed files with 5 additions and 3 deletions

View File

@ -420,11 +420,13 @@ options:
your network interface.
worker-multiplier:
type: float
default: 2.0
default:
description: |
The CPU core multiplier to use when configuring worker processes for
Neutron. By default, the number of workers for each daemon is set to
twice the number of CPU cores a service unit has.
this service. By default, the number of workers for each daemon is
set to twice the number of CPU cores a service unit has. When deployed
in a LXD container, this default value will be capped to 4 workers
unless this configuration option is set.
# VMware NSX plugin configuration
nsx-controllers:
type: string