]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Switch to using spawn to properly treat errors during sync_state
authorarmando-migliaccio <armamig@gmail.com>
Fri, 6 Dec 2013 15:31:53 +0000 (07:31 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Fri, 6 Dec 2013 15:31:53 +0000 (07:31 -0800)
commit5d75bf762f02466648d961b8c5fa7a65de6e709d
tree1f537f2b4f30db1c1c5fa61ebdda81bae3a37324
parenta607a2e4441c4b42f47772d637720b01c84f7d30
Switch to using spawn to properly treat errors during sync_state

Changes f1b9ac5a and 9f6ff7e3 were aimed at improving the robustness
of the sync_state method. However both missed switching from spawn_n
to spawn to properly deal with raised exceptions.

Change-Id: Ieda4a5ecca63de67d8a9757962e7e3383fd9c9ea
Related-bug: #1257514
neutron/agent/dhcp_agent.py