summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/policy.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/heat/policy.json b/etc/heat/policy.json
index 330b664f3..787b7c6bb 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -94,5 +94,6 @@
"resource_types:OS::Neutron::QoSBandwidthLimitRule": "rule:project_admin",
"resource_types:OS::Nova::HostAggregate": "rule:project_admin",
"resource_types:OS::Cinder::QoSSpecs": "rule:project_admin",
- "resource_types:OS::Cinder::QoSAssociation": "rule:project_admin"
+ "resource_types:OS::Cinder::QoSAssociation": "rule:project_admin",
+ "resource_types:OS::Keystone::*": "rule:project_admin"
}