From b8ca03a80d0fbe1c1f1e8ba879f8a9d34668c28b Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Tue, 13 Mar 2012 17:13:02 -0500 Subject: [PATCH] Implement quota classes. Allows entire classes of quotas to be associated with projects, which makes it easier to set specific quotas across multiple projects. TODO: * (?) Adding a mapping between projects and quota classes Change-Id: I6b6477481187d16af225d33c1989430e4071d5a8 --- nova/tests/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/tests/policy.json b/nova/tests/policy.json index d2e647f9..e726b8bf 100644 --- a/nova/tests/policy.json +++ b/nova/tests/policy.json @@ -101,6 +101,7 @@ "compute_extension:multinic": [], "compute_extension:networks": [], "compute_extension:quotas": [], + "compute_extension:quota_classes": [], "compute_extension:rescue": [], "compute_extension:security_groups": [], "compute_extension:server_action_list": [],