]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Readjust try/catch block in quantum.api.v2.base.create()
authorZhongyue Luo <zhongyue.nah@intel.com>
Mon, 24 Dec 2012 06:15:21 +0000 (14:15 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Mon, 31 Dec 2012 02:27:03 +0000 (10:27 +0800)
commit012e47f820f1e213297c687f17159794e371823e
tree80988ad92ae893ea6839a4a6f803285f62253cb9
parentf28eee8f51bca1e50f382da832ada9df787c3a77
Readjust try/catch block in quantum.api.v2.base.create()

Removed the outer try/catch block to handle all exceptions in one block.
Moved irrelevant statements out of the block

Change-Id: I5c248403b8419f664ef6f17e70a016e7c0cd4ae6
quantum/api/v2/base.py