From 34c012c709cc5ae577330c7d67ba060293158210 Mon Sep 17 00:00:00 2001 From: unicell Date: Mon, 13 Aug 2012 20:19:54 +0800 Subject: Implement project specific flavors API blueprint project-specific-flavors This change implements API extension to manage project specific flavor types, so that non-public flavor type can only see by projects with access rights. Change-Id: Ie2d2c605065b0c76897f843a4548a0c984a05f1a --- etc/nova/policy.json | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/nova') diff --git a/etc/nova/policy.json b/etc/nova/policy.json index 8bc2f6f5f..2a722b9a1 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -35,6 +35,7 @@ "compute_extension:disk_config": [], "compute_extension:extended_server_attributes": [["rule:admin_api"]], "compute_extension:extended_status": [], + "compute_extension:flavor_access": [], "compute_extension:flavorextradata": [], "compute_extension:flavorextraspecs": [], "compute_extension:flavormanage": [["rule:admin_api"]], -- cgit