Comment 4 for bug 1234857

Revision history for this message
ZhiQiang Fan (aji-zqfan) wrote : Re: neutron unittest do not complete in OL6

"""As per this fix, the default behavior for neutron.agent.rpc.report_state() is modified to use cast(), to report back the state in json format. The original behavior was to use call() method.

Using call() method by default might fix this problem."""

i'm confused with you comment, because what i know about call v.s. cast is: http://docs.openstack.org/developer/nova/devref/rpc.html, which means call need callback, not cast. (please correct me if i'm wrong)