summaryrefslogtreecommitdiffstats
path: root/etc/nova
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-06-07 12:57:30 +0930
committerChris Yeoh <cyeoh@au1.ibm.com>2013-06-07 12:57:30 +0930
commit6c2c9bee8c43ac557c627bae62dfb902a5e3ca71 (patch)
treeba87438721774285313f45d1de95ba6224a01040 /etc/nova
parent37cf3b63b4fc4bb9a5951a500cbebfbf9e238676 (diff)
downloadnova-6c2c9bee8c43ac557c627bae62dfb902a5e3ca71.tar.gz
nova-6c2c9bee8c43ac557c627bae62dfb902a5e3ca71.tar.xz
nova-6c2c9bee8c43ac557c627bae62dfb902a5e3ca71.zip
Port evacuate API to v3 Part 2
This patch contains the changes required to adapt the evacuate extension and the corresponding unittest to the v3 framework Partially implements blueprint nova-v3-api Change-Id: Id9ca6a7a92a087cb063fe265af1ad6a626c63510
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 f33feb689..e1921d786 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -43,6 +43,7 @@
"compute_extension:deferred_delete": "",
"compute_extension:disk_config": "",
"compute_extension:evacuate": "rule:admin_api",
+ "compute_extension:v3:os-evacuate": "rule:admin_api",
"compute_extension:extended_server_attributes": "rule:admin_api",
"compute_extension:extended_status": "",
"compute_extension:extended_availability_zone": "",