]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Handle 405 error codes correctly in NVP plugin
authorarmando-migliaccio <amigliaccio@nicira.com>
Tue, 22 Oct 2013 21:08:59 +0000 (14:08 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Wed, 23 Oct 2013 17:17:17 +0000 (10:17 -0700)
commit66515056bf907af0b2cd009a630bb8c324236e4e
tree7fdb1fa1cf22b57bbfd2fa32bb93b848a3d18178
parent7ce5368ee0ed541e98e83be33370c4193a5c4a2a
Handle 405 error codes correctly in NVP plugin

When NVP returns a 405 error code no exception is
raised, causing the plugin to assume that everything
went well when it didn't.

Fixes bug #1243411

Change-Id: If70db05b8c6950bfa88a36c4f0c20ee80419d31d
neutron/plugins/nicira/NvpApiClient.py