aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-28 09:59:04 +0000
committerGerrit Code Review <review@openstack.org>2017-04-28 09:59:04 +0000
commitede5bb669020a174102e306b727367baa59ac032 (patch)
tree97cab7aeec20e66d5be84c525952716310bc41b8 /releasenotes
parent8df67f413dbf309724d03478bed8c2e2c62dec87 (diff)
parentff4db0db59184d23795ffde209974c9f57a63e2a (diff)
Merge "Change the default for rabbitmq back to ha-mode: all" into stable/ocata
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/change-rabbitmq-ha-mode-policy-default-6c6cd7f02181f0e0.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/change-rabbitmq-ha-mode-policy-default-6c6cd7f02181f0e0.yaml b/releasenotes/notes/change-rabbitmq-ha-mode-policy-default-6c6cd7f02181f0e0.yaml
new file mode 100644
index 00000000..d6f74eff
--- /dev/null
+++ b/releasenotes/notes/change-rabbitmq-ha-mode-policy-default-6c6cd7f02181f0e0.yaml
@@ -0,0 +1,11 @@
+---
+upgrade:
+ - |
+ We are not changing the rabbitmq ha-mode policy during upgrades any longer.
+ The policy chosen at deploy time will remain the same but can be changed
+ manually.
+fixes:
+ - |
+ Due to https://bugs.launchpad.net/tripleo/+bug/1686337 we switch the
+ default of rabbitmq back ha-mode "all". This is to make the installation
+ more robust in the face of network issues.