ooi/ooi/api
Alvaro Lopez Garcia f53f9744da Handle OpenStack API faults
We should start handling the OpenStack Faults, in case they exist. The
easiest way is checking if the status code belongs to one of the HTTP
error codes. If this is the case, we convert it back to a webob
exception and raise it so that it is eventually handled in our WSGI
middleware.
2015-04-07 16:35:34 +02:00
..
__init__.py Add create() method to Compute controller. 2015-03-18 13:40:45 +01:00
base.py Handle OpenStack API faults 2015-04-07 16:35:34 +02:00
compute.py Handle OpenStack API faults 2015-04-07 16:35:34 +02:00
query.py Handle OpenStack API faults 2015-04-07 16:35:34 +02:00