build 2709: [contrail-api]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.KeyError'>
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
Trunk |
Fix Committed
|
Medium
|
Ignatious Johnson Christopher |
Bug Description
"/var/log/
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of exceptions.KeyError object>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.KeyError object>
__repr__ = <method-wrapper '__repr__' of exceptions.KeyError object>
__setattr__ = <method-wrapper '__setattr__' of exceptions.KeyError object>
__setstate__ = <built-in method __setstate__ of exceptions.KeyError object>
__sizeof__ = <built-in method __sizeof__ of exceptions.KeyError object>
__str__ = <method-wrapper '__str__' of exceptions.KeyError object>
__subclassh
__unicode__ = <built-in method __unicode__ of exceptions.KeyError object>
args = (u'contrail:
message = u'contrail:
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/
self.
File "/usr/lib/
obj_info)
File "/usr/lib/
existing_metas = self._object_
File "/usr/lib/
return self._id_
KeyError: u'contrail:
02/03/2016 01:41:00 AM [contrail-api]: __default__ [SYS_ERR]: VncApiError: <type 'exceptions.
Python 2.7.6: /usr/bin/python
Wed Feb 3 01:41:00 2016
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/
1115 self._dbe_
1116 elif oper_info['oper'] == 'DELETE':
1117 self._dbe_
1118
1119 trace_msg(trace, 'MessageBusNoti
self = <vnc_cfg_
self._dbe_
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (sbansal) → Ignatious Johnson Christopher (ijohnson-x) |
Review in progress for https:/ /review. opencontrail. org/16934
Submitter: Ignatious Johnson Christopher (<email address hidden>)