From 5f12cec7332c84ad03c329c6c35cc96ccb87a7c3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 1 Apr 2019 13:19:22 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I2abe94b7a4c780366717ea6e12b205d5c1ca7853 --- tasks/mq_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mq_setup.yml b/tasks/mq_setup.yml index b5f4766..fd4e0a7 100644 --- a/tasks/mq_setup.yml +++ b/tasks/mq_setup.yml @@ -37,12 +37,12 @@ rabbitmq_user: user: "{{ _oslomsg_rpc_userid }}" password: "{{ _oslomsg_rpc_password }}" + update_password: always vhost: "{{ _oslomsg_rpc_vhost }}" configure_priv: ".*" read_priv: ".*" write_priv: ".*" state: "present" - force: true no_log: true - name: Setup Notify MQ Service (RabbitMQ)