yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #76392
[Bug 1809134] [NEW] TypeError in QoS gateway_ip code in l3-agent logs
Public bug reported:
Seeing this traceback in the l3-agent logs in the failing neutron-
tempest-plugin-dvr-multinode-scenario job.
For example,
http://logs.openstack.org/23/622623/3/check/neutron-tempest-plugin-dvr-multinode-scenario/604b3c0/controller/logs/screen-q-l3.txt.gz?level=WARNING
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent [-] Error while deleting router da35128f-c2e4-4bc5-a409-a07f60970be1: TypeError: string indices must be integers
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent Traceback (most recent call last):
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent File "/opt/stack/neutron/neutron/agent/l3/agent.py", line 398, in _safe_router_removed
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent self.l3_ext_manager.delete_router(self.context, router_id)
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent File "/opt/stack/neutron/neutron/agent/l3/l3_agent_extensions_manager.py", line 66, in delete_router
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent extension.obj.delete_router(context, data)
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent File "/opt/stack/neutron/neutron/agent/l3/extensions/qos/gateway_ip.py", line 99, in delete_router
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent self.gateway_ip_qos_map.clean_by_resource(data['id'])
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent TypeError: string indices must be integers
This could be one of the reasons the job is failing.
** Affects: neutron
Importance: High
Status: Confirmed
** Tags: l3-dvr-backlog
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1809134
Title:
TypeError in QoS gateway_ip code in l3-agent logs
Status in neutron:
Confirmed
Bug description:
Seeing this traceback in the l3-agent logs in the failing neutron-
tempest-plugin-dvr-multinode-scenario job.
For example,
http://logs.openstack.org/23/622623/3/check/neutron-tempest-plugin-dvr-multinode-scenario/604b3c0/controller/logs/screen-q-l3.txt.gz?level=WARNING
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent [-] Error while deleting router da35128f-c2e4-4bc5-a409-a07f60970be1: TypeError: string indices must be integers
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent Traceback (most recent call last):
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent File "/opt/stack/neutron/neutron/agent/l3/agent.py", line 398, in _safe_router_removed
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent self.l3_ext_manager.delete_router(self.context, router_id)
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent File "/opt/stack/neutron/neutron/agent/l3/l3_agent_extensions_manager.py", line 66, in delete_router
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent extension.obj.delete_router(context, data)
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent File "/opt/stack/neutron/neutron/agent/l3/extensions/qos/gateway_ip.py", line 99, in delete_router
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent self.gateway_ip_qos_map.clean_by_resource(data['id'])
neutron-l3-agent[13439]: ERROR neutron.agent.l3.agent TypeError: string indices must be integers
This could be one of the reasons the job is failing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1809134/+subscriptions
Follow ups