← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1649762] Re: KeyError in vpn agent

 

Reviewed:  https://review.openstack.org/410530
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=b942ead930bc1811b9d6f759be343237e1547d0c
Submitter: Jenkins
Branch:    master

commit b942ead930bc1811b9d6f759be343237e1547d0c
Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxx>
Date:   Wed Dec 14 13:14:31 2016 +0900

    Restore RPC after tenant_id -> project_id DB column rename
    
    Closes-Bug: #1649762
    Change-Id: Iaf99814082d122512e5ee17dd2dc6f6682c3d196


** 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/1649762

Title:
  KeyError in vpn agent

Status in neutron:
  Fix Released

Bug description:
  eg. http://logs.openstack.org/11/410511/2/check/gate-neutron-vpnaas-
  dsvm-api-ubuntu-xenial-nv/7e31cf8/logs/screen-neutron-vpnaas.txt.gz

  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server [req-3b108eca-b4cb-470e-be8e-d20d2829974e tempest-BaseTestCase-373340779 -] Exception during message handling
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server Traceback (most recent call last):
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 155, in _process_incoming
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     res = self.dispatcher.dispatch(message)
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 222, in dispatch
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     return self._do_dispatch(endpoint, method, ctxt, args)
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 192, in _do_dispatch
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     result = func(ctxt, **new_args)
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/ipsec.py", line 884, in vpnservice_updated
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     self.sync(context, [router] if router else [])
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py", line 271, in inner
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     return f(*args, **kwargs)
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/ipsec.py", line 1049, in sync
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     self.report_status(context)
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/ipsec.py", line 1005, in report_status
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     if not self.should_be_reported(context, process):
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server   File "/opt/stack/new/neutron-vpnaas/neutron_vpnaas/services/vpn/device_drivers/ipsec.py", line 999, in should_be_reported
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server     process.vpnservice["tenant_id"] == context.tenant_id):
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server KeyError: 'tenant_id'
  2016-12-14 03:50:37.103 1970 ERROR oslo_messaging.rpc.server

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1649762/+subscriptions


References