summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/api/openstack/faults.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/api/openstack/faults.py b/nova/api/openstack/faults.py
index 56f5b8e7e..ccccbd3d2 100644
--- a/nova/api/openstack/faults.py
+++ b/nova/api/openstack/faults.py
@@ -71,9 +71,9 @@ class OverLimitFault(webob.exc.HTTPException):
_serialization_metadata = {
"application/xml": {
"attributes": {
- "overLimitFault": "code"
- }
- }
+ "overLimitFault": "code",
+ },
+ },
}
def __init__(self, message, details, retry_time):