From e3d7f1edf958ea9a76ab29d87677f70ffaef2bde Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Tue, 4 Jun 2013 21:57:18 +0930 Subject: Port rescue API to v3 Part 2 This patch contains the changes required to adapt the rescue extension and the corresponding unittest to the v3 framework Partially implements blueprint nova-v3-api Change-Id: Iaa6d0cf7708b0887512db952b1e26ccde75d24ef --- etc/nova/policy.json | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/nova/policy.json b/etc/nova/policy.json index f33feb689..939aefe86 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -86,6 +86,7 @@ "compute_extension:quotas:delete": "rule:admin_api", "compute_extension:quota_classes": "", "compute_extension:rescue": "", + "compute_extension:v3:os-rescue": "", "compute_extension:security_group_default_rules": "rule:admin_api", "compute_extension:security_groups": "", "compute_extension:server_diagnostics": "rule:admin_api", -- cgit