summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-23 22:21:38 +0800
committerricolin <rico.l@inwinstack.com>2016-08-30 11:51:39 +0800
commit831e23d2af7ec34e6a396f3965c1d5b1dd4097cf (patch)
tree97e9cd68fa1afc7b7cb7600c1d072bd68004fd2c /etc
parent74506411d5ea5c8fdd590b6d2fedad48426d074c (diff)
downloadheat-831e23d2af7ec34e6a396f3965c1d5b1dd4097cf.tar.gz
Add OS::Cinder::QoSSpecs
Add resource for Cinder QoS to define Volume specs. blueprint update-cinder-resources Change-Id: Ib30ddd90b661100f2c7ec532d7e9d9ed745925f7
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 f114cab6f..a3d4cf612 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -90,5 +90,6 @@
"resource_types:OS::Manila::ShareType": "rule:project_admin",
"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::Nova::HostAggregate": "rule:project_admin",
+ "resource_types:OS::Cinder::QoSSpecs": "rule:project_admin"
}