diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-01-29 04:06:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-01-29 04:06:20 +0000 |
| commit | 6a239cb7a2ea05a9382ed71469ca770afbb12212 (patch) | |
| tree | 336324bb46e752ee05d1e58b18358404a046f092 /etc | |
| parent | 02b872625b94c3c63674d8c64b23f80215b04a15 (diff) | |
| parent | a043978419c600ee1e93baa0b83879e2c45c13f8 (diff) | |
Merge "Add authorization checks to flavormanage extension"
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nova/policy.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json index 77a6302c2..a5bc4529d 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -22,6 +22,7 @@ "compute_extension:disk_config": [], "compute_extension:extended_status": [["rule:admin_api"]], "compute_extension:flavorextraspecs": [], + "compute_extension:flavormanage": [["rule:admin_api"]], "compute_extension:floating_ip_dns": [], "compute_extension:floating_ip_pools": [], "compute_extension:floating_ips": [], |
