]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add support for dealing with 501 errors (notimplemented)
authorBrad Hall <brad@nicira.com>
Tue, 24 Jan 2012 19:12:55 +0000 (11:12 -0800)
committerBrad Hall <brad@nicira.com>
Tue, 24 Jan 2012 20:47:08 +0000 (12:47 -0800)
commit975d5a996bcf3e28c572e1c34274c4eab04b46e6
tree6590f1d4eea30321c34c0aa289fe0a51f5a9adec
parenta645692d25873b0c691a385ad7fc4fdcd3df4672
Add support for dealing with 501 errors (notimplemented)

This allows us to return NotImplemented() from an extension if the plugin
doesn't support a given function.

Change-Id: I73c6dec959aea7b2bde1378222b62e6fc82a5d43
quantum/api/faults.py
quantum/client/__init__.py
quantum/common/exceptions.py
quantum/tests/unit/test_extensions.py