Merge "Handle 405 error codes correctly in NVP plugin"

This commit is contained in:
Jenkins 2013-10-25 02:57:16 +00:00 committed by Gerrit Code Review
commit 71bf28dd9b

View File

@ -195,6 +195,7 @@ class NVPApiHelper(client_eventlet.NvpApiClientEventlet):
# TODO(del): ensure error_codes are handled/raised appropriately
# in api_client.
error_codes = {404: fourZeroFour,
405: zero,
409: fourZeroNine,
503: fiveZeroThree,
403: fourZeroThree,