summaryrefslogtreecommitdiffstats
path: root/etc/nova
diff options
context:
space:
mode:
authorAlexei Kornienko <akornienko@mirantis.com>2013-06-26 17:53:57 +0300
committerAlexei Kornienko <akornienko@mirantis.com>2013-06-27 10:06:32 +0300
commitec66193e0363967d8e608606bcee8cdaff999745 (patch)
treecd9af4f85c95e77826b99943a0239827d7065c0d /etc/nova
parent2e69f17e97b515c47b9ec3650897b0793f4e5ef0 (diff)
downloadnova-ec66193e0363967d8e608606bcee8cdaff999745.tar.gz
nova-ec66193e0363967d8e608606bcee8cdaff999745.tar.xz
nova-ec66193e0363967d8e608606bcee8cdaff999745.zip
Port flavor_access extension to v3 API Part 2
Ports the flavor_access extension and the corresponding unittests to the v3 framework. Partially implements blueprint nova-v3-api Change-Id: I671f490bad2daaaae06d48328f4fff10076ab0ed
Diffstat (limited to 'etc/nova')
-rw-r--r--etc/nova/policy.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json
index 7f27e2d5d..d37ee60a4 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -57,6 +57,7 @@
"compute_extension:v3:os-fixed-ips:discoverable": "",
"compute_extension:v3:os-fixed-ips": "rule:admin_api",
"compute_extension:flavor_access": "",
+ "compute_extension:v3:os-flavor-access": "",
"compute_extension:flavor_disabled": "",
"compute_extension:flavor_rxtx": "",
"compute_extension:flavor_swap": "",