Fixed bug where rabbit password would be regenerated but never set in rabbit. This caused monitoring to be broken when nrpe-external-master relation was joined

This commit is contained in:
Jacek Nykis 2014-05-02 17:53:05 +01:00
parent ea3e8e3678
commit 1f831eca17
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):