nova/nova/conductor
Wen Zhi Yu a70af8319c Add exception handling in _cleanup_allocated_network
The _cleanup_allocated_network method used in nova.compute.manager.py
has exception handling around deallocate_for_instance.  That should
be added in nova.condutor.manager as well. Without it we'll end up
with the RPC layer complaining about unexpected exceptions.

This commit add exception handling logic around deallocate_for_instance
nova.conductor.manager._cleanup_allocated_network() method.

Change-Id: Id536e2b4794d56a32af4d13577415e427e2eeb2d
2016-01-19 15:29:31 +08:00
..
tasks Modify conductor to use RequestSpec object 2015-12-31 09:36:58 +00:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Deprecate local conductor mode 2015-11-05 19:47:01 +00:00
manager.py Add exception handling in _cleanup_allocated_network 2016-01-19 15:29:31 +08:00
rpcapi.py Update rpc version aliases for liberty 2015-10-01 20:33:43 -04:00