aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2017-03-29 07:55:12 -0400
committerEmilien Macchi <emilien@redhat.com>2017-03-29 07:55:12 -0400
commit240f9d5e717142677d4890c64349b8beb9ccd8ad (patch)
tree728113e6a46374222fe93f1dda6fb35d7a0da1a0 /releasenotes/notes
parentc128380c0b3661784528a05b424cc899042f0a14 (diff)
Fix reno for rabbitmq-user-check
Change-Id: I5eed22ab0230a477d1629545b8ab1aeff33f4a35
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/rabbitmq-user-check-95da891a2e197d89.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/rabbitmq-user-check-95da891a2e197d89.yaml b/releasenotes/notes/rabbitmq-user-check-95da891a2e197d89.yaml
new file mode 100644
index 0000000..0857f63
--- /dev/null
+++ b/releasenotes/notes/rabbitmq-user-check-95da891a2e197d89.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - The rabbitmq user check is moved to step >= 2 from step >= 1. There
+ is no guarantee that rabbitmq is running at step 1, especially if
+ updating a failed stack that never made it past step 1 to begin
+ with.