yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #95327
[Bug 2097603] Re: "api_workers=0" config option should be not allowed
My bad, I had an old repository version. Since [1], we already have this
limitation.
I'm closing this bug.
[1]https://review.opendev.org/c/openstack/neutron/+/908180
** Changed in: neutron
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2097603
Title:
"api_workers=0" config option should be not allowed
Status in neutron:
Invalid
Bug description:
The Neutron config option "api_workers" is directly translated to the
uWSGI configuration file as "processes"
The configuration value "api_workers=0" is valid. However when uWSGI
loads the config, no worker is spawned.
If the value if negative ("api_workers=-1"), the logs return the
following error:
"""
invalid value for option "processes": must be > 0
"""
The aim of this bug is to define a lower limit of 1 for "api_workers"
config option.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2097603/+subscriptions
References