Reviewed: https://review.opendev.org/c/openstack/neutron/+/872644 Committed: https://opendev.org/openstack/neutron/commit/47fef55e25fb1b7d3c6c7d6083a916e26fd45b6d Submitter: "Zuul (22348)" Branch: master
commit 47fef55e25fb1b7d3c6c7d6083a916e26fd45b6d Author: Rodolfo Alonso Hernandez <[email protected]> Date: Fri Feb 3 13:11:24 2023 +0100 Add a method to retrieve and register "rpc_workers" config knob This new method retrieves the config option "rpc_workers" from the configuration. If this option is not loaded, the method registers the ``neutron.conf.service.SERVICE_OPTS`` options before reading the knob again. Closes-Bug: #2004656 Related-Bug: #1889737 Change-Id: I1f99cb32f33cc91141136cb4e3fbd33715530c59 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2004656 Title: "rpc_workers" config variable needs to be registered in stadium projects Status in neutron: Fix Released Bug description: Other projects than Neutron are reporting the following error [1]: oslo_config.cfg.NoSuchOptError: no such option rpc_workers in group [DEFAULT] Snippet: https://paste.opendev.org/show/bCjZsBIMlMg2sxEWIxak/ This config error seems to be related to https://review.opendev.org/c/openstack/neutron/+/823637. [1]https://4e430b001e9b96de0fdd- ba0257f15ec13d0dd0c3147f2089533f.ssl.cf2.rackcdn.com/862102/5/check/openstack- tox-py38/478a6c8/testr_results.html To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2004656/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

