summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/limits.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/limits.py b/nova/api/openstack/limits.py
index e383b5efc..5e3f93f79 100644
--- a/nova/api/openstack/limits.py
+++ b/nova/api/openstack/limits.py
@@ -56,12 +56,9 @@ class LimitsController(common.OpenstackController):
"attributes": {
"limit": ["verb", "URI", "uri", "regex", "value", "unit",
"resetTime", "next-available", "remaining", "name"],
- "absolute_limit": ["maxTotalRAMSize", "maxTotalInstances",
- "maxTotalCores"],
},
"plurals": {
"rate": "limit",
- "absolute": "absolute_limit",
},
},
}