summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTon Ngo <ton@us.ibm.com>2014-07-23 09:55:40 -0700
committerTon Ngo <ton@us.ibm.com>2014-09-15 17:47:40 -0700
commitb98c19fbbf0694924480ff9959a8db742e29dad6 (patch)
treee6f32a137ec05fac0cbd976d40a10c59c8c9d39f /etc
parent9b700a1b6e1c806d8deba64ffb9a804790765678 (diff)
downloadheat-b98c19fbbf0694924480ff9959a8db742e29dad6.tar.gz
Pass flag to engine service to patch parameters
For stack-update, add a new PATCH ReST API and a new CLI argument named existing-parameters to indicate that the set of parameters should be patched over the existing parameter from the DB. A new method in environment handles the patching. Partially-implements: blueprint troubleshooting-low-level-control Partial-Bug: 1224828 Change-Id: I802e0dca44926be3a3f45fcaa995c866a4abf998
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/policy.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/heat/policy.json b/etc/heat/policy.json
index 982480693..62143febf 100644
--- a/etc/heat/policy.json
+++ b/etc/heat/policy.json
@@ -50,6 +50,7 @@
"stacks:show": "rule:deny_stack_user",
"stacks:template": "rule:deny_stack_user",
"stacks:update": "rule:deny_stack_user",
+ "stacks:update_patch": "rule:deny_stack_user",
"stacks:validate_template": "rule:deny_stack_user",
"stacks:snapshot": "rule:deny_stack_user",
"stacks:show_snapshot": "rule:deny_stack_user",