[jacekn] Fixed bug where rabbit password would be regenerated but never set in rabbit.

This commit is contained in:
Matt Bruzek matthew.bruzek@canonical.com 2014-05-22 09:37:04 -05:00
commit 48a7c58d51
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RABBITMQ_CONF = '/etc/rabbitmq/rabbitmq.config'
RABBIT_USER = 'rabbitmq'
LIB_PATH = '/var/lib/rabbitmq/'
_named_passwd = '/var/lib/charm/{}/rabbit-{}.passwd'
_named_passwd = '/var/lib/charm/{}/{}.passwd'
def vhost_exists(vhost):