From 3da7c695595d407b1917bbb9a09fdb44cc640dfc Mon Sep 17 00:00:00 2001 From: "Mauro S. M. Rodrigues" Date: Tue, 2 Jul 2013 18:22:00 -0400 Subject: [PATCH] Port limits core API to API-v3 Part 2 This adds and adapts limits API to v3 tree using the new extension framework Also changed the unit tests were done in v2 to look more like servers and other API entry points tests. Partially implements bp v3-api-core-as-extensions Change-Id: I370e00bda0f8b328c5bd41bb3701ef77fc1d21d1 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ee10ef670..33ec24c08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,6 +83,7 @@ nova.api.v3.extensions = ips = nova.api.openstack.compute.plugins.v3.ips:IPs instance_usage_audit_log = nova.api.openstack.compute.plugins.v3.instance_usage_audit_log:InstanceUsageAuditLog keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs + limits = nova.api.openstack.compute.plugins.v3.limits:Limits multinic = nova.api.openstack.compute.plugins.v3.multinic:Multinic quota_classes = nova.api.openstack.compute.plugins.v3.quota_classes:QuotaClasses quota_sets = nova.api.openstack.compute.plugins.v3.quota_sets:QuotaSets