yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #86322
[Bug 1930996] Re: "rpc_response_max_timeout" configuration variable not present in neutron-sriov-nic agent
Reviewed: https://review.opendev.org/c/openstack/neutron/+/794986
Committed: https://opendev.org/openstack/neutron/commit/be43141a5ff6875a146746cb75f927445328c871
Submitter: "Zuul (22348)"
Branch: master
commit be43141a5ff6875a146746cb75f927445328c871
Author: Takashi Kajinami <tkajinam@xxxxxxxxxx>
Date: Sun Jun 6 18:20:04 2021 +0900
Provide the rpc_response_max_timeout parameter to sriov-agent
The rpc_response_max_timeout parameter is used in comminucation over
messaging queue, thus should be available for sriov-agent which
communicate with neutron-server over messaging queue.
Change-Id: Ie6ae31e40488fd8f3d43e83b25e536a7dd9d938c
Closes-Bug: #1930996
** 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/1930996
Title:
"rpc_response_max_timeout" configuration variable not present in
neutron-sriov-nic agent
Status in neutron:
Fix Released
Bug description:
Stacktrace shows errors that rpc_response_max_timeout is not defined
in group [DEFAULT]
Similar bug have been fixed for ovs-agent and lb-agent here
https://bugs.launchpad.net/neutron/+bug/1815797
https://bugs.launchpad.net/neutron/+bug/1880934
This bug is to replicate the fix for neutron-sriov-nic agent.
Stacktrace for reference:
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent Traceback (most recent call last):
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2197, in __getattr__
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent return self._get(name)
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2631, in _get
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent value, loc = self._do_get(name, group, namespace)
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2649, in _do_get
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent info = self._get_opt_info(name, group)
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent File "/usr/lib/python3/dist-packages/oslo_config/cfg.py", line 2849, in _get_opt_info
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent raise NoSuchOptError(opt_name, group)
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent oslo_config.cfg.NoSuchOptError: no such option rpc_response_max_timeout in group [DEFAULT]
2021-06-04 10:40:08.126 11726 ERROR neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1930996/+subscriptions
References