aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-05 05:06:04 +0000
committerGerrit Code Review <review@openstack.org>2017-05-05 05:06:04 +0000
commitc577755082a92e638ca03ae8a8bd38045bf7901c (patch)
tree41ffc44340d0c5a5ae48cd8af9766a9053b60bc5 /releasenotes
parent8af47c20f361a12d34181c02e5ea266db0d9467e (diff)
parenta7b56896792c1bd000295568c3b3706968e1bca1 (diff)
Merge "Add StackUpdateType to set hiera on upgrade"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml b/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml
new file mode 100644
index 00000000..bdff0e6e
--- /dev/null
+++ b/releasenotes/notes/upgrade-stack-action-94598796a9d3511f.yaml
@@ -0,0 +1,9 @@
+---
+upgrade:
+ - |
+ The new StackUpdateType parameter is now set to UPGRADE
+ when a major version upgrade is in progress. This enables application
+ configuration via puppet to distinuish a major version upgrade from a
+ normal stack update (e.g for minor updates or reconfiguration) by
+ inspecting the stack_update_type hiera value. In future other values may be added to
+ flag e.g minor updates vs reconfiguration, but for now only UPGRADE is considered.