| 2024-06-28 07:46:40 |
Rodolfo Alonso |
description |
The method ``DHCPResourceUpdate.__lt__`` is now failing because the port resource provided has no "fixed_ips" field:
"""
Jun 26 06:45:14.140484 np0037811679 neutron-dhcp-agent[60430]: File "/opt/stack/neutron/neutron/agent/dhcp/agent.py", line 90, in __lt__
Jun 26 06:45:14.140484 np0037811679 neutron-dhcp-agent[60430]: fixed_ip in self.resource['fixed_ips'])
Jun 26 06:45:14.140580 np0037811679 neutron-dhcp-agent[60430]: KeyError: 'fixed_ips'
"""
Snippet: https://paste.opendev.org/show/bRaANqkfcNVWrciDTcui/
Log: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ddd/922074/4/check/neutron-tempest-plugin-openvswitch/ddda876/controller/logs/screen-q-dhcp.txt |
The method ``DHCPResourceUpdate.__lt__`` is now failing because the port resource provided has no "fixed_ips" field:
"""
Jun 26 06:45:14.140484 np0037811679 neutron-dhcp-agent[60430]: File "/opt/stack/neutron/neutron/agent/dhcp/agent.py", line 90, in __lt__
Jun 26 06:45:14.140484 np0037811679 neutron-dhcp-agent[60430]: fixed_ip in self.resource['fixed_ips'])
Jun 26 06:45:14.140580 np0037811679 neutron-dhcp-agent[60430]: KeyError: 'fixed_ips'
"""
I'm setting the importance of this bug to High because I found 127.759 hits of this error in the last year: https://opensearch.logs.openstack.org/_dashboards/app/data-explorer/discover#?_a=(discover:(columns:!(_source),interval:y,isDirty:!f,sort:!()),metadata:(indexPattern:'94869730-aea8-11ec-9e6a-83741af3fdcd',view:discover))&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-12M,to:now))&_q=(filters:!(),query:(language:kuery,query:'message:%22KeyError:%20!'fixed_ips!'%22'))
Snippet: https://paste.opendev.org/show/bRaANqkfcNVWrciDTcui/
Log: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ddd/922074/4/check/neutron-tempest-plugin-openvswitch/ddda876/controller/logs/screen-q-dhcp.txt |
|