summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-24 16:09:06 +0800
committerricolin <rico.l@inwinstack.com>2016-09-19 12:30:23 +0800
commitcd090780eb634b76e7ba0b9148479f94d719bd28 (patch)
tree7c592ab96c0306c8d22a7ccf444fb3aee01b34fa /etc
parent49226daee01c1cca4b289f6511fa80b257ee259b (diff)
downloadheat-cd090780eb634b76e7ba0b9148479f94d719bd28.tar.gz
Add resource OS::Cinder::QoSAssociation
Add association resource between volume types and QoS specs. blueprint update-cinder-resources Change-Id: I448bfeed7914308779ab36fe33966e57acaec02b
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 c9aae5ff7..7a498d4db 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -92,5 +92,6 @@
"resource_types:OS::Neutron::QoSPolicy": "rule:project_admin",
"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::QoSSpecs": "rule:project_admin",
+ "resource_types:OS::Cinder::QoSAssociation": "rule:project_admin"
}