Add release notes for Immutable Parameters feature

blueprint immutable-parameters

Change-Id: Iacdc1568aa7f9d515c3e06ff6c737b6c16c32d6f
This commit is contained in:
Jason Dunsmore 2016-02-26 08:00:46 -06:00
parent 1350ee4b7d
commit 164257bfeb
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- Adds a new "immutable" boolean field to the parameters section in
a HOT template. This gives template authors the ability to mark
template parameters as immutable to restrict updating parameters
which have destructive effects on the application. A value of
True results in the engine rejecting stack-updates that include
changes to that parameter. When not specified in the template,
"immutable" defaults to False to ensure backwards compatibility
with old templates.