Fix comments to note rabbit_password is required
By default out of the box, this module fails if you don't set the rabbit_password parameter. Fix the comments to note this. Change-Id: Ic0780cfefdfd70493ba535d591f3e6131c8b57fc
This commit is contained in:
parent
64f26875f3
commit
8dcdd3207b
@ -76,8 +76,9 @@
|
||||
# Defaults to 'guest'
|
||||
#
|
||||
# [*rabbit_password*]
|
||||
# (Optional) Password to connect to the rabbit_server.
|
||||
# Defaults to empty.
|
||||
# (Required) Password to connect to the rabbit_server.
|
||||
# Defaults to empty. Required if using the Rabbit (kombu)
|
||||
# backend.
|
||||
#
|
||||
# [*rabbit_virtual_host*]
|
||||
# (Optional) Virtual_host to use.
|
||||
|
Loading…
x
Reference in New Issue
Block a user