]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NvpPluginException mixes err_msg and err_desc
authorAaron Rosen <arosen@nicira.com>
Thu, 10 Jan 2013 22:40:33 +0000 (14:40 -0800)
committerAaron Rosen <arosen@nicira.com>
Fri, 11 Jan 2013 21:03:26 +0000 (13:03 -0800)
commit3575190ca17eb83b504401fb15dfb73679cdba55
treee4a5b1db59be62a14532006a1745fd5394789ce9
parent7de5d67c07d85b37b8935efc62a0944f1c0bacfe
NvpPluginException mixes err_msg and err_desc

In a few places err_msg was passed to NvpPluginException though that
expected err_desc. This patch makes NvpPluginException take err_msg
instead and updates err_desc to err_msg when calling NvpPluginException

Fixes bug 1098351
Change-Id: I10eca5f2b98ce8faa81ad7c7687902b6f08752c1
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py
quantum/plugins/nicira/nicira_nvp_plugin/common/exceptions.py