summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorArmando Migliaccio <armando.migliaccio@eu.citrix.com>2012-01-17 18:45:53 +0000
committerArmando Migliaccio <armando.migliaccio@eu.citrix.com>2012-01-25 18:33:18 +0000
commitf84a08528a5a604dbbff7e4ae0bdcd0e4e3fc19d (patch)
tree8f6a5174908af5f6d9cd105d26c44e5fa2704dad /etc
parent0a617713b881780bed67902833e1b971c9179042 (diff)
downloadnova-f84a08528a5a604dbbff7e4ae0bdcd0e4e3fc19d.tar.gz
nova-f84a08528a5a604dbbff7e4ae0bdcd0e4e3fc19d.tar.xz
nova-f84a08528a5a604dbbff7e4ae0bdcd0e4e3fc19d.zip
blueprint host-aggregates: OSAPI extensions
This commit introduces the OSAPI admin extensions for host aggregates. This is part of a series of commits that have started with change: https://review.openstack.org/#change,3035 Change-Id: If0c92dca7d6f5d794f84bdb2adc172c55dec6e74
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 d63934994..97961d0f3 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -12,6 +12,7 @@
"admin_api": [["role:admin"]],
"compute_extension:accounts": [["rule:admin_api"]],
"compute_extension:admin_actions": [["rule:admin_api"]],
+ "compute_extension:aggregates": [["rule:admin_api"]],
"compute_extension:certificates": [],
"compute_extension:cloudpipe": [],
"compute_extension:console_output": [],