From 6b026117387c210caf80e7425ff971762fba1838 Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Mon, 1 Apr 2019 13:18:44 +0000
Subject: [PATCH] Updated from OpenStack Ansible Tests

Change-Id: I52e9f18fc0a7b104df6e6b35465ce22047168015
---
 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 b5f47666..fd4e0a76 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)