diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-09-17 22:42:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-09-17 22:42:40 +0000 |
| commit | 6f129a4c79620aa35acc06dde4d534632e4f6917 (patch) | |
| tree | 337be66fc379c2372c68616751d18f5607eed112 /nova/api | |
| parent | 036953b1779c18cfb8bcfd026d494f09dfbcb10b (diff) | |
| parent | f60931311678dd7597218687562ab8415a8fedb3 (diff) | |
Merge "Includes sec group quota details in limits API response"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/views/limits.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/api/openstack/compute/views/limits.py b/nova/api/openstack/compute/views/limits.py index 22e0272ad..4b72f26e7 100644 --- a/nova/api/openstack/compute/views/limits.py +++ b/nova/api/openstack/compute/views/limits.py @@ -54,6 +54,8 @@ class ViewBuilder(object): "metadata_items": ["maxServerMeta", "maxImageMeta"], "injected_files": ["maxPersonality"], "injected_file_content_bytes": ["maxPersonalitySize"], + "security_groups": ["maxSecurityGroups"], + "security_group_rules": ["maxSecurityGroupRules"], } limits = {} for name, value in absolute_limits.iteritems(): |
