]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Send proper exception info as expected by the neutron client
authorOleg Bondarev <obondarev@mirantis.com>
Thu, 19 Sep 2013 11:07:23 +0000 (15:07 +0400)
committerOleg Bondarev <obondarev@mirantis.com>
Thu, 19 Sep 2013 13:32:30 +0000 (17:32 +0400)
commit20b97388efcc3540066ca7743c761c1ec899dd2c
treeabc48ede7d9be5fab10f9e387817bce91598c726
parent289d353d8c371d02239afe0458b5a0312a7ed354
Send proper exception info as expected by the neutron client

The python neutron client for the V2 API expects the neutron API
to send information back such as the type and detail of the exception
in the body of the message

Change-Id: I9486d757258c4be72799c41102babe1f7923121c
Closes-bug: #1226400
neutron/api/v2/resource.py
neutron/tests/unit/test_api_v2.py
neutron/tests/unit/test_api_v2_resource.py
neutron/tests/unit/test_db_plugin.py