diff options
| author | Armando Migliaccio <armando.migliaccio@citrix.com> | 2010-11-30 19:08:06 +0000 |
|---|---|---|
| committer | Armando Migliaccio <armando.migliaccio@citrix.com> | 2010-11-30 19:08:06 +0000 |
| commit | bf050bf0090c972a32b57ef7724c73627fcd04c7 (patch) | |
| tree | 0395916810e199a789875c1463b66a57e4eb931f /nova/api | |
| parent | 40de074f44059f89caa15420a7174f63c76eec48 (diff) | |
| parent | 689a06fdd47c84271512ec2913f2216b5fc1b341 (diff) | |
brought latest changes from trunk
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/faults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/faults.py b/nova/api/openstack/faults.py index e69e51439..224a7ef0b 100644 --- a/nova/api/openstack/faults.py +++ b/nova/api/openstack/faults.py @@ -47,7 +47,7 @@ class Fault(webob.exc.HTTPException): """Generate a WSGI response based on the exception passed to ctor.""" # Replace the body with fault details. code = self.wrapped_exc.status_int - fault_name = self._fault_names.get(code, "cloudServersFault") + fault_name = self._fault_names.get(code, "computeFault") fault_data = { fault_name: { 'code': code, |
