From 698d70342e20df08de3a3a9f796b79f98f3ffaef Mon Sep 17 00:00:00 2001 From: rabi Date: Tue, 27 Sep 2016 11:35:27 +0530 Subject: [PATCH] Add policy for Keystone resource types Change-Id: Ie7b17f25209cc391af4dd69e58b93c8a6838e20b Related-Bug: #1627706 --- etc/heat/policy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/heat/policy.json b/etc/heat/policy.json index 7a498d4dbc..ff08b611b1 100644 --- a/etc/heat/policy.json +++ b/etc/heat/policy.json @@ -93,5 +93,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" }