summaryrefslogtreecommitdiff
path: root/heat/tests/policy/notallowed.json
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/policy/notallowed.json')
-rw-r--r--heat/tests/policy/notallowed.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/heat/tests/policy/notallowed.json b/heat/tests/policy/notallowed.json
deleted file mode 100644
index 5346307e3..000000000
--- a/heat/tests/policy/notallowed.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "cloudformation:ListStacks": "!",
- "cloudformation:CreateStack": "!",
- "cloudformation:DescribeStacks": "!",
- "cloudformation:DeleteStack": "!",
- "cloudformation:UpdateStack": "!",
- "cloudformation:DescribeStackEvents": "!",
- "cloudformation:ValidateTemplate": "!",
- "cloudformation:GetTemplate": "!",
- "cloudformation:EstimateTemplateCost": "!",
- "cloudformation:DescribeStackResource": "!",
- "cloudformation:DescribeStackResources": "!",
- "cloudformation:ListStackResources": "!"
-}