diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-09 17:27:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-09 17:27:19 +0000 |
| commit | c9d01a1cc511cdb9625af8e43293a3b7569fdf51 (patch) | |
| tree | 25c06345529b632a72926268cbd184f941f6a9f1 /nova/api | |
| parent | 9807d380d3c50cb5a8bf79a4b5c2732ed29496a1 (diff) | |
| parent | 29f7bdc0450d7a755bac6760ef9e43468850a747 (diff) | |
Merge "Remove nova-volume DB"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/views/limits.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/openstack/compute/views/limits.py b/nova/api/openstack/compute/views/limits.py index 4b72f26e7..4ccf40de7 100644 --- a/nova/api/openstack/compute/views/limits.py +++ b/nova/api/openstack/compute/views/limits.py @@ -47,8 +47,6 @@ class ViewBuilder(object): "ram": ["maxTotalRAMSize"], "instances": ["maxTotalInstances"], "cores": ["maxTotalCores"], - "gigabytes": ["maxTotalVolumeGigabytes"], - "volumes": ["maxTotalVolumes"], "key_pairs": ["maxTotalKeypairs"], "floating_ips": ["maxTotalFloatingIps"], "metadata_items": ["maxServerMeta", "maxImageMeta"], |
