horizon/openstack_dashboard/api
Radomir Dopieralski 20b414db2f Don't lose AttributeError in API Wrappers
Instead of (implicitly) catching the AttributeError, and later
creating and raising a new one, we just re-raise the original
exception. This way all the information from the original is
retained, including the name of the actual object on which it
happened.

Change-Id: Idc0c5a8ed5dfca6a8724e393c220baf9960564ed
Closes-bug: #1274097
2014-02-18 09:30:30 +01:00
..
__init__.py Fix misspellings in horizon 2014-02-08 09:10:03 +08:00
base.py Don't lose AttributeError in API Wrappers 2014-02-18 09:30:30 +01:00
ceilometer.py Fix typo in ceilometer.py 2014-02-10 09:33:36 -08:00
cinder.py Merge "Add create volume from volume" 2014-02-06 13:21:21 +00:00
fwaas.py Remove leftovers of "# noqa" 2014-01-28 15:51:04 +04:00
glance.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
heat.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
keystone.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
lbaas.py Removing duplicated classes from lbaas.py and vpn.py 2014-01-20 22:50:12 +04:00
network_base.py Fixed sphinx ERRORs. 2014-01-06 15:17:56 -03:00
network.py Merge "Get instance networking information from Neutron" 2014-02-17 16:33:55 +00:00
neutron.py Merge "Get instance networking information from Neutron" 2014-02-17 16:33:55 +00:00
nova.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
swift.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
trove.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
vpn.py Removing duplicated classes from lbaas.py and vpn.py 2014-01-20 22:50:12 +04:00