]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure that the report state is not a blocking call
authorGary Kotton <gkotton@redhat.com>
Mon, 17 Jun 2013 11:37:11 +0000 (11:37 +0000)
committerGary Kotton <gkotton@redhat.com>
Thu, 27 Jun 2013 05:37:02 +0000 (05:37 +0000)
commit0407b59c259b2861b4541e31379e994ea8350b83
tree3098c07b664f2ba0006130158497d57cd27ef204
parent49d7f872792ac4d238e9f98126a0580b75216cf5
Ensure that the report state is not a blocking call

Fixes bug 1191768

For the dhcp and l3 agents the first state report will be done
via a call. If this succeeds then subsequent calls will be done via
the cast method.

Change-Id: I82a1d92fc84983b7bb46758db0aee3e3eca1d3be
quantum/agent/dhcp_agent.py
quantum/agent/l3_agent.py
quantum/agent/rpc.py
quantum/tests/unit/test_agent_rpc.py
quantum/tests/unit/test_dhcp_agent.py