summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-06-14 13:05:56 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-06-29 17:11:19 +0930
commit124fbf3990b4595da912f8f3a1e939ae728a106b (patch)
tree205f928041a5cd9f320f5ea59270ad5f1fe6a385 /etc
parent815f0faffe085895febcd80dde8d2eacdffceb60 (diff)
downloadnova-124fbf3990b4595da912f8f3a1e939ae728a106b.tar.gz
nova-124fbf3990b4595da912f8f3a1e939ae728a106b.tar.xz
nova-124fbf3990b4595da912f8f3a1e939ae728a106b.zip
Port cells extension to v3 API Part 2
Ports the cells extensions and the corresponding unittests to the v3 framework. Merges in functionality of the os-cells-capacities extension to be the default behavior. Does not yet address v3 TODO of returning capacity information in the cell detail method Partially implements blueprint nova-v3-api Change-Id: I24df708b9d6504a355fca0eacd0ffaeb6586610d
Diffstat (limited to 'etc')
-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 7c563b936..2d1ac7d25 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -33,6 +33,7 @@
"compute_extension:attach_interfaces": "",
"compute_extension:baremetal_nodes": "rule:admin_api",
"compute_extension:cells": "rule:admin_api",
+ "compute_extension:v3:os-cells": "rule:admin_api",
"compute_extension:certificates": "",
"compute_extension:v3:os-certificates": "",
"compute_extension:cloudpipe": "rule:admin_api",