Activity log for bug #1453323

Date Who What changed Old value New value Message
2015-05-09 00:15:09 Sukhdev Kapur bug added bug
2015-05-09 00:16:44 Sukhdev Kapur description Removing a router interface on Arista L3 Plugin causes the following exception: 2015-05-07 18:43:35.329 24639 INFO neutron.wsgi [-] (24639) accepted ('172.28.129.192', 59983) 2015-05-07 18:43:35.428 DEBUG neutron.services.l3_router.l3_arista [req-268e85d5-f013-44a0-bbf0-d8ec83ea2155 admin demo] neutron.services.l3_router.l3_arista.AristaL3ServicePlugin method remove_router_interface called with arguments (<neutron.context.Context object at 0x7fada0f53dd0>, u'e24f4f29-83b1-4aed-afcb-3adfebad22d5', {u'port_id': u'867118df-949f-4b8f-82d5-734a82c2ec77'}) {} wrapper /opt/stack/neutron/neutron/common/log.py:33 2015-05-07 18:43:35.429 ERROR neutron.api.v2.resource [req-268e85d5-f013-44a0-bbf0-d8ec83ea2155 admin demo] remove_router_interface failed 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource Traceback (most recent call last): 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/api/v2/resource.py", line 83, in resource 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource result = method(request=request, **args) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/api/v2/base.py", line 207, in _handle_action 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource return getattr(self._plugin, name)(*arg_list, **kwargs) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/common/log.py", line 34, in wrapper 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource return method(*args, **kwargs) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/services/l3_router/l3_arista.py", line 212, in remove_router_interface 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource context, router_id, interface_info)) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/db/l3_db.py", line 1322, in remove_router_interface 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource context, router_id, interface_info) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/db/l3_db.py", line 724, in remove_router_interface 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource self._validate_interface_info(interface_info, for_removal=True) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource TypeError: _validate_interface_info() got an unexpected keyword argument 'for_removal' 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource 2015-05-07 18:43:35.430 INFO neutron.wsgi [req-268e85d5-f013-44a0-bbf0-d8ec83ea2155 admin demo] 172.28.129.192 - - [07/May/2015 18:43:35] "PUT //v2.0/routers/e24f4f29-83b1-4aed-afcb-3adfebad22d5/remove_router_interface.json HTTP/1.1" 500 359 0.099703 2015-05-07 18:43:35.448 24639 INFO neutron.wsgi [-] (24639) accepted ('172.28.129.192', 59984) 2015-05-07 18:43:35.470 INFO neutron.wsgi [req-fb0bc1fc-4a8e-4b71-bd94-485f762574e2 admin demo] 172.28.129.192 - - [07/May/2015 18:43:35] "GET //v2.0/routers/e24f4f29-83b1-4aed-afcb-3adfebad22d5.json HTTP/1.1" 200 405 0.021592 2015-05-07 18:43:35.473 24639 INFO neutron.wsgi [-] (24639) accepted ('172.28.129.192', 59985) Removing a router interface on Arista L3 Plugin causes the following exception: 2015-05-07 18:43:35.329 24639 INFO neutron.wsgi [-] (24639) accepted ('172.28.129.192', 59983) 2015-05-07 18:43:35.428 DEBUG neutron.services.l3_router.l3_arista [req-268e85d5-f013-44a0-bbf0-d8ec83ea2155 admin demo] neutron.services.l3_router.l3_arista.AristaL3ServicePlugin method remove_router_interface called with arguments (<neutron.context.Context object at 0x7fada0f53dd0>, u'e24f4f29-83b1-4aed-afcb-3adfebad22d5', {u'port_id': u'867118df-949f-4b8f-82d5-734a82c2ec77'}) {} wrapper /opt/stack/neutron/neutron/common/log.py:33 2015-05-07 18:43:35.429 ERROR neutron.api.v2.resource [req-268e85d5-f013-44a0-bbf0-d8ec83ea2155 admin demo] remove_router_interface failed 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource Traceback (most recent call last): 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/api/v2/resource.py", line 83, in resource 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource result = method(request=request, **args) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/api/v2/base.py", line 207, in _handle_action 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource return getattr(self._plugin, name)(*arg_list, **kwargs) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/common/log.py", line 34, in wrapper 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource return method(*args, **kwargs) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/services/l3_router/l3_arista.py", line 212, in remove_router_interface 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource context, router_id, interface_info)) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/db/l3_db.py", line 1322, in remove_router_interface 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource context, router_id, interface_info) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/db/l3_db.py", line 724, in remove_router_interface 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource self._validate_interface_info(interface_info, for_removal=True) 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource TypeError: _validate_interface_info() got an unexpected keyword argument 'for_removal' 2015-05-07 18:43:35.429 24639 TRACE neutron.api.v2.resource
2015-05-09 00:16:53 Sukhdev Kapur neutron: assignee Sukhdev Kapur (sukhdev-8)
2015-05-09 00:26:20 OpenStack Infra neutron: status New In Progress
2015-05-09 14:58:38 OpenStack Infra neutron: status In Progress Fix Committed
2015-05-28 15:10:20 Kyle Mestery neutron: importance Undecided Low
2015-05-28 15:10:23 Kyle Mestery neutron: milestone liberty-1
2015-05-28 15:10:29 Kyle Mestery nominated for series neutron/kilo
2015-05-28 15:10:29 Kyle Mestery bug task added neutron/kilo
2015-05-28 15:10:37 Kyle Mestery neutron/kilo: status New In Progress
2015-05-28 15:10:39 Kyle Mestery neutron/kilo: importance Undecided Low
2015-05-28 15:10:51 Kyle Mestery neutron/kilo: assignee Sukhdev Kapur (sukhdev-8)
2015-05-29 01:43:11 OpenStack Infra neutron/kilo: status In Progress Fix Committed
2015-06-24 20:23:12 Thierry Carrez neutron: status Fix Committed Fix Released
2015-10-15 12:22:36 Thierry Carrez neutron: milestone liberty-1 7.0.0