SNAT: APi server traceback on deleting a LR

Bug #1458433 reported by Vinod Nair
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R2.0
Won't Fix
High
Rudra Rugge
R2.1
Won't Fix
High
Rudra Rugge
R2.20
Won't Fix
Medium
Rudra Rugge
R3.0
Invalid
High
Rudra Rugge
R3.1
Invalid
High
Rudra Rugge
Trunk
Invalid
High
Rudra Rugge

Bug Description

On Deleting a LR which has external and VN attached, Api server gives the below traceback

Version : 2.01 Build 46

05/24/2015 07:57:43 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.Exception'>
Python 2.7.3: /usr/bin/python
Sun May 24 19:57:43 2015

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_subscribe_callback(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, oper_info={u'oper': u'UPDATE', u'type': u'logical-router', u'uuid': u'5a912ce9-028f-4726-b5ff-00b094254b1d'})
  958 self._dbe_create_notification(oper_info)
  959 if oper_info['oper'] == 'UPDATE':
  960 self._dbe_update_notification(oper_info)
  961 elif oper_info['oper'] == 'DELETE':
  962 self._dbe_delete_notification(oper_info)
self = <vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>
self._dbe_update_notification = <bound method VncServerKombuClient._dbe_update_n...erver.vnc_cfg_ifmap.VncServerKombuClient object>>
oper_info = {u'oper': u'UPDATE', u'type': u'logical-router', u'uuid': u'5a912ce9-028f-4726-b5ff-00b094254b1d'}

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_update_notification(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, obj_info={u'oper': u'UPDATE', u'type': u'logical-router', u'uuid': u'5a912ce9-028f-4726-b5ff-00b094254b1d'})
 1012 (ok, result) = self._db_client_mgr.dbe_read(obj_info['type'], obj_info)
 1013 if not ok:
 1014 raise Exception(result)
 1015
 1016 new_obj_dict = result
builtinException = <type 'exceptions.Exception'>
result = 'Unknown id: 5a912ce9-028f-4726-b5ff-00b094254b1d'
<type 'exceptions.Exception'>: Unknown id: 5a912ce9-028f-4726-b5ff-00b094254b1d
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object>
    args = ('Unknown id: 5a912ce9-028f-4726-b5ff-00b094254b1d',)
    message = 'Unknown id: 5a912ce9-028f-4726-b5ff-00b094254b1d'

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 960, in _dbe_subscribe_callback
    self._dbe_update_notification(oper_info)
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 1014, in _dbe_update_notification
    raise Exception(result)
Exception: Unknown id: 5a912ce9-028f-4726-b5ff-00b094254b1d

05/24/2015 07:57:44 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.Exception'>
Python 2.7.3: /usr/bin/python
Sun May 24 19:57:44 2015

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_subscribe_callback(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, oper_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'c8912f0c-f9aa-41c5-b29a-8a9015736dc1'})
  958 self._dbe_create_notification(oper_info)
  959 if oper_info['oper'] == 'UPDATE':
  960 self._dbe_update_notification(oper_info)
  961 elif oper_info['oper'] == 'DELETE':
  962 self._dbe_delete_notification(oper_info)
self = <vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>
self._dbe_update_notification = <bound method VncServerKombuClient._dbe_update_n...erver.vnc_cfg_ifmap.VncServerKombuClient object>>
oper_info = {u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'c8912f0c-f9aa-41c5-b29a-8a9015736dc1'}

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_update_notification(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, obj_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'c8912f0c-f9aa-41c5-b29a-8a9015736dc1'})
 1012 (ok, result) = self._db_client_mgr.dbe_read(obj_info['type'], obj_info)
 1013 if not ok:
 1014 raise Exception(result)
 1015
 1016 new_obj_dict = result
builtinException = <type 'exceptions.Exception'>
result = 'Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1'
<type 'exceptions.Exception'>: Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object>
    args = ('Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1',)
    message = 'Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1'

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 960, in _dbe_subscribe_callback
    self._dbe_update_notification(oper_info)
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 1014, in _dbe_update_notification
    raise Exception(result)
Exception: Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1

05/24/2015 07:57:44 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.Exception'>
Python 2.7.3: /usr/bin/python
Sun May 24 19:57:44 2015

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_subscribe_callback(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, oper_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'c8912f0c-f9aa-41c5-b29a-8a9015736dc1'})
  958 self._dbe_create_notification(oper_info)
  959 if oper_info['oper'] == 'UPDATE':
  960 self._dbe_update_notification(oper_info)
  961 elif oper_info['oper'] == 'DELETE':
  962 self._dbe_delete_notification(oper_info)
self = <vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>
self._dbe_update_notification = <bound method VncServerKombuClient._dbe_update_n...erver.vnc_cfg_ifmap.VncServerKombuClient object>>
oper_info = {u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'c8912f0c-f9aa-41c5-b29a-8a9015736dc1'}

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_update_notification(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, obj_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'c8912f0c-f9aa-41c5-b29a-8a9015736dc1'})
 1012 (ok, result) = self._db_client_mgr.dbe_read(obj_info['type'], obj_info)
 1013 if not ok:
 1014 raise Exception(result)
 1015
 1016 new_obj_dict = result
builtinException = <type 'exceptions.Exception'>
result = 'Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1'
<type 'exceptions.Exception'>: Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object>
    args = ('Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1',)
    message = 'Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1'

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 960, in _dbe_subscribe_callback
    self._dbe_update_notification(oper_info)
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 1014, in _dbe_update_notification
    raise Exception(result)
Exception: Unknown id: c8912f0c-f9aa-41c5-b29a-8a9015736dc1

05/24/2015 07:57:44 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.Exception'>
Python 2.7.3: /usr/bin/python
Sun May 24 19:57:44 2015

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_subscribe_callback(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, oper_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'dffcae17-ed66-4f8e-be9c-cc6e70efba4a'})
  958 self._dbe_create_notification(oper_info)
  959 if oper_info['oper'] == 'UPDATE':
  960 self._dbe_update_notification(oper_info)
  961 elif oper_info['oper'] == 'DELETE':
  962 self._dbe_delete_notification(oper_info)
self = <vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>
self._dbe_update_notification = <bound method VncServerKombuClient._dbe_update_n...erver.vnc_cfg_ifmap.VncServerKombuClient object>>
oper_info = {u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'dffcae17-ed66-4f8e-be9c-cc6e70efba4a'}

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_update_notification(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, obj_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'dffcae17-ed66-4f8e-be9c-cc6e70efba4a'})
 1012 (ok, result) = self._db_client_mgr.dbe_read(obj_info['type'], obj_info)
 1013 if not ok:
 1014 raise Exception(result)
 1015
 1016 new_obj_dict = result
builtinException = <type 'exceptions.Exception'>
result = 'Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a'
<type 'exceptions.Exception'>: Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object>
    args = ('Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a',)
    message = 'Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a'

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 960, in _dbe_subscribe_callback
    self._dbe_update_notification(oper_info)
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 1014, in _dbe_update_notification
    raise Exception(result)
Exception: Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a

05/24/2015 07:57:44 PM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.Exception'>
Python 2.7.3: /usr/bin/python
Sun May 24 19:57:44 2015

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_subscribe_callback(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, oper_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'dffcae17-ed66-4f8e-be9c-cc6e70efba4a'})
  958 self._dbe_create_notification(oper_info)
  959 if oper_info['oper'] == 'UPDATE':
  960 self._dbe_update_notification(oper_info)
  961 elif oper_info['oper'] == 'DELETE':
  962 self._dbe_delete_notification(oper_info)
self = <vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>
self._dbe_update_notification = <bound method VncServerKombuClient._dbe_update_n...erver.vnc_cfg_ifmap.VncServerKombuClient object>>
oper_info = {u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'dffcae17-ed66-4f8e-be9c-cc6e70efba4a'}

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_update_notification(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, obj_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'dffcae17-ed66-4f8e-be9c-cc6e70efba4a'})
 1012 (ok, result) = self._db_client_mgr.dbe_read(obj_info['type'], obj_info)
 1013 if not ok:
 1014 raise Exception(result)
 1015
 1016 new_obj_dict = result
builtinException = <type 'exceptions.Exception'>
result = 'Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a'
<type 'exceptions.Exception'>: Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object>
    args = ('Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a',)
    message = 'Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a'

The above is a description of an error in a Python program. Here is
the original traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 960, in _dbe_subscribe_callback
    self._dbe_update_notification(oper_info)
  File "/usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py", line 1014, in _dbe_update_notification
    raise Exception(result)
Exception: Unknown id: dffcae17-ed66-4f8e-be9c-cc6e70efba4a

Tags: config
tags: added: config
Revision history for this message
Vinod Nair (vinodnair) wrote :
Download full text (13.0 KiB)

Similar Traceback is seen on clearing the gateway ( The LR had 64 VN's attached)

neutron --os-tenant-name=PROJ5 router-gateway-clear P5-RTR1

05/27/2015 12:30:49 AM [cs-scale-1:contrail-api:Config:0]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.Exception'>
Python 2.7.3: /usr/bin/python
Wed May 27 00:30:49 2015

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_subscribe_callback(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, oper_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'a253c777-defb-46d1-aa3c-2c1c3f38543a'})
  958 self._dbe_create_notification(oper_info)
  959 if oper_info['oper'] == 'UPDATE':
  960 self._dbe_update_notification(oper_info)
  961 elif oper_info['oper'] == 'DELETE':
  962 self._dbe_delete_notification(oper_info)
self = <vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>
self._dbe_update_notification = <bound method VncServerKombuClient._dbe_update_n...erver.vnc_cfg_ifmap.VncServerKombuClient object>>
oper_info = {u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'a253c777-defb-46d1-aa3c-2c1c3f38543a'}

 /usr/lib/python2.7/dist-packages/vnc_cfg_api_server/vnc_cfg_ifmap.py in _dbe_update_notification(self=<vnc_cfg_api_server.vnc_cfg_ifmap.VncServerKombuClient object>, obj_info={u'oper': u'UPDATE', u'type': u'instance-ip', u'uuid': u'a253c777-defb-46d1-aa3c-2c1c3f38543a'})
 1012 (ok, result) = self._db_client_mgr.dbe_read(obj_info['type'], obj_info)
 1013 if not ok:
 1014 raise Exception(result)
 1015
 1016 new_obj_dict = resu...

information type: Proprietary → Public
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Bug update]

bug update...

Revision history for this message
Rudra Rugge (rrugge) wrote :

Moving the bug to invalid after the changes starting 3.0. Please reopen if you still see the issue.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.