Activity log for bug #1554368

Date Who What changed Old value New value Message
2016-03-08 06:34:09 zengchen bug added bug
2016-03-08 06:44:21 Rahul U Nair description The rpc client will recreate exception instance if the exception of remote calling happens. But, the recreating will failed, we will get an error : "__init__() got multiple values for keyword argument message". Because the arguments given to __init__ of CinderException are like this: __init__("some message", **{'message' : "some message", 'code' : 500}). The rpc client will recreate exception instance if the exception of remote calling happens. But, recreating will fail, we will get an error : "__init__() got multiple values for keyword argument message". Because the arguments given to __init__ of CinderException are like this: __init__("some message", **{'message' : "some message", 'code' : 500}).
2016-03-09 01:18:32 OpenStack Infra cinder: status New In Progress
2016-03-09 01:18:32 OpenStack Infra cinder: assignee zengchen (chenzeng2)
2017-05-28 12:55:49 Sean McGinnis cinder: assignee zengchen (chenzeng2)